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.
2 parents 506f754 + 3863f37 commit 5da67cfCopy full SHA for 5da67cf
1 file changed
.github/workflows/tests.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
poetry install -vvv
33
+ poetry run pip install -r requirements_dev.txt
34
- name: Lint with flake8
35
36
poetry run flake8
0 commit comments