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.
1 parent 6fe52b3 commit 2cc525fCopy full SHA for 2cc525f
.github/workflows/build.yml
@@ -29,12 +29,12 @@ jobs:
29
- name: Install dependencies
30
run: |
31
pipenv install --dev
32
+ pipenv run pip3 install typing-extensions
33
- name: Run code formatter
34
run: pipenv run black src/
35
- name: Run static analysis
36
37
pipenv run mypy --install-types --non-interactive src/
38
pipenv run mypy -p src
39
- name: Run unit tests
- run: pipenv run pytest -vv -s -m unit
40
-
+ run: pipenv run pytest -vv -s -m unit
0 commit comments