Skip to content

Commit

Permalink
Bump python version, pin poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
gijswobben committed Dec 1, 2023
1 parent f0e5281 commit 2acf9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
uses: actions/checkout@v3

- name: Install poetry
run: pipx install poetry
run: pipx install poetry==1.7.1

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: poetry

- name: Install dependencies
Expand Down

0 comments on commit 2acf9bb

Please sign in to comment.