Skip to content

Commit 2cc525f

Browse files
Run Python tests in GitHub actions
1 parent 6fe52b3 commit 2cc525f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
pipenv install --dev
32+
pipenv run pip3 install typing-extensions
3233
- name: Run code formatter
3334
run: pipenv run black src/
3435
- name: Run static analysis
3536
run: |
3637
pipenv run mypy --install-types --non-interactive src/
3738
pipenv run mypy -p src
3839
- name: Run unit tests
39-
run: pipenv run pytest -vv -s -m unit
40-
40+
run: pipenv run pytest -vv -s -m unit

0 commit comments

Comments
 (0)