Skip to content

Commit

Permalink
pytest-3 without path
Browse files Browse the repository at this point in the history
  • Loading branch information
per2jensen committed Aug 18, 2024
1 parent 319e9e1 commit 21d0f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
if [[ -z "$VIRTUAL_ENV" ]]; then
. venv/bin/activate
fi
/usr/bin/pytest-3 -q test 2>/dev/null
pytest-3 -q test 2>/dev/null

0 comments on commit 21d0f1d

Please sign in to comment.