We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dfcc8 commit 432ed32Copy full SHA for 432ed32
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: |
24
python -m pip install --upgrade pip
25
pip install setuptools
26
- pipx install poetry==1.8.0
+ pipx install poetry==1.7.0
27
- run: poetry install
28
- run: poetry run pylama
29
- run: poetry run py.test
0 commit comments