Skip to content

Commit

Permalink
🔧 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Jan 13, 2024
1 parent 6700e6d commit dba40ec
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 @@ -25,6 +25,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install "tox<5" tox-gh-actions "poetry<1.8"
pip install "tox<5" tox-gh-actions "poetry>=1.7,<1.8"
- name: Test with tox
run: tox

0 comments on commit dba40ec

Please sign in to comment.