Skip to content

Commit

Permalink
ci: use python 3.11 instead of 3.x
Browse files Browse the repository at this point in the history
We picked up 3.12 for which there aren't binary wheels yet for
all dependencies.
  • Loading branch information
maartenbreddels committed Oct 31, 2023
1 parent bb3dfca commit 02ac363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.11"
- name: Install dependencies
run: pip install -r .github/requirements.txt
- name: Run black
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.11"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 02ac363

Please sign in to comment.