Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanishq Dubey committed Dec 27, 2019
1 parent 34fe81c commit 7af6169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
pip install pytest
pip install pytest-cov
pytest -s --cov=gestalt gestalt
pytest -s --cov=gestalt tests/*.py
- name: Typecheck with mypy
run: |
pip install mypy
Expand Down

0 comments on commit 7af6169

Please sign in to comment.