Skip to content

Commit

Permalink
ci: Set python version to 3.11
Browse files Browse the repository at this point in the history
Python 3.12 has some compatability issues with scylla-ccm.
Setting the python version to 3.11 should workaround the issue for
now.
  • Loading branch information
roydahan committed Dec 25, 2023
1 parent 51ff0d5 commit df622ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests@v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'

- name: Fetch Scylla and Cassandra versions
id: fetch-versions
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'

- name: Setup environment
run: |
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'

- name: Setup environment
run: |
Expand Down

0 comments on commit df622ab

Please sign in to comment.