Skip to content

Commit

Permalink
Use python 3.11 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioSalvatoreArcidiacono committed May 28, 2024
1 parent f00d7bb commit 6278287
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Install package including dev dependencies using Poetry
run: make env-install
Expand All @@ -26,10 +26,10 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Install package including dev dependencies using Poetry
run: make env-install
Expand Down

0 comments on commit 6278287

Please sign in to comment.