Skip to content

Commit

Permalink
Pin CI to python 3.11 (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski authored Jan 3, 2024
1 parent 0661688 commit f15fea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ runs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: '3.11'
architecture: 'x64'
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
run: |
pip install pyyaml
pip install ccm
pip install setuptools
- name: Setup CCM Cluster
run: ./.github/scripts/configure-ccm.sh
Expand Down

0 comments on commit f15fea7

Please sign in to comment.