Skip to content

Commit

Permalink
Revert "workflows/test: use bash script"
Browse files Browse the repository at this point in the history
This reverts commit 088a36a.
  • Loading branch information
ohdearaugustin committed Sep 1, 2022
1 parent 4cdfed5 commit d70bbbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:
run: poetry install --no-interaction --no-root
- name: Install library
run: poetry install --no-interaction
- name: Run Tests
run: poetry run python -m unittest discover -s tests
- name: Run Tests
run: |
source .venv/bin/activate
python -m unittest discover -s tests

0 comments on commit d70bbbc

Please sign in to comment.