We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip
1 parent e99ed16 commit 17e2d9cCopy full SHA for 17e2d9c
.github/workflows/test.yml
@@ -36,6 +36,8 @@ jobs:
36
poetry config virtualenvs.in-project true
37
poetry install
38
39
+ poetry run pip install -U pip
40
+
41
- name: Run tests
42
run: |
43
poetry run flake8 .
0 commit comments