Skip to content

Commit 656137c

Browse files
committed
🔧 attempt to fix build
1 parent b729a4b commit 656137c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install "tox<5" tox-gh-actions "poetry<1.8"
28+
pip install "tox<5" tox-gh-actions "poetry>=1.7,<1.8"
2929
- name: Test with tox
3030
run: tox

0 commit comments

Comments
 (0)