Skip to content

Commit

Permalink
Use bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 2, 2021
1 parent a7bfca5 commit 893fa27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ jobs:
- name: Tests
run: |
pytest --cov=h3 --full-trace "tests/*.py"
pytest --cov=h3 --full-trace tests/*.py
shell: bash

- name: Type Tests
if: contains('3.6 3.7 3.8 3.9', matrix.python-version) && matrix.os == 'ubuntu-latest'
run: |
pytest --mypy-ini-file=mypy.ini --full-trace "tests/*.yml"
pytest --mypy-ini-file=mypy.ini --full-trace tests/*.yml
shell: bash

0 comments on commit 893fa27

Please sign in to comment.