We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e61db commit c56b168Copy full SHA for c56b168
.github/workflows/python-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
pip install --upgrade pip
27
- pip install "poetry==1.4.2"
+ pip install "poetry==1.1.15"
28
poetry install
29
- name: Do lint
30
run: poetry run flake8 .
0 commit comments