Skip to content

Commit

Permalink
update: automated tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
ForceFledgling committed Nov 10, 2023
1 parent d7c3e49 commit f15a01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run tests
run: |
python -m pytest tests/
poetry run pytest tests/
test-windows:
runs-on: windows-latest
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
- name: Run tests
run: |
python -m pytest tests/
poetry run pytest tests/

0 comments on commit f15a01b

Please sign in to comment.