Skip to content

Commit

Permalink
fix broken CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jombooth committed Jan 6, 2025
1 parent 6a088e2 commit 3cdd45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install poetry"
run: pipx install poetry
run: pipx install "poetry<2.0.0"

- name: "Set up Python"
id: setup_python
Expand Down

0 comments on commit 3cdd45c

Please sign in to comment.