Skip to content

Commit

Permalink
pin down python version to 3.11 (3.12 is too new)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini committed Oct 27, 2023
1 parent 91e7408 commit b57f2f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
submodules: true
fetch-depth: 2
- uses: actions/setup-python@v3
with:
python-version: '3.11.x'
- name: Install CLI
run: |
pip install codecov-cli
Expand Down Expand Up @@ -87,6 +89,8 @@ jobs:
submodules: true
fetch-depth: 2
- uses: actions/setup-python@v3
with:
python-version: '3.11.x'
- name: Install CLI
run: |
pip install codecov-cli
Expand All @@ -107,6 +111,8 @@ jobs:
submodules: true
fetch-depth: 0
- uses: actions/setup-python@v3
with:
python-version: '3.11.x'
- name: Install CLI
run: |
pip install -r requirements.txt -r tests/requirements.txt
Expand Down

0 comments on commit b57f2f3

Please sign in to comment.