Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg authored Aug 24, 2024
1 parent f98d563 commit 7ad35a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
python -m pip install --upgrade pip
pip install -e .
pip install -e .[dev]
- name: 🧪 Test
run: |
if [ "$(uname -s)" = "Linux" ] || [ "$(uname -s)" = "Darwin" ]; then
python -m pytest $(find ./tests -name "*.py")
else
for %file in (tests\*.py) do python -m pytest %file
python -m pytest tests/

0 comments on commit 7ad35a0

Please sign in to comment.