Skip to content

Commit c56b168

Browse files
committed
Use older poetry
1 parent d8e61db commit c56b168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
pip install --upgrade pip
27-
pip install "poetry==1.4.2"
27+
pip install "poetry==1.1.15"
2828
poetry install
2929
- name: Do lint
3030
run: poetry run flake8 .

0 commit comments

Comments
 (0)