Skip to content

Commit

Permalink
chore(ci): use bash for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Mar 25, 2024
1 parent eb2e511 commit 5b49050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
run: poetry lock && poetry install

- name: Test
shell: bash
run: .venv/bin/python -m unittest discover -v -s tests

0 comments on commit 5b49050

Please sign in to comment.