Skip to content

Commit

Permalink
correct test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Jun 5, 2024
1 parent 5cdea8e commit 3dc82c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
fi
if [ ${{ matrix.code-cov }} ]; then
$PYTHON -m pytest ${{ env.pytest-args }} ${{ env.code-cov-args }} --ignore=test/local_only test
$PYTHON -m pytest ${{ env.pytest-args }} ${{ env.code-cov-args }} --ignore=test/local_only tests
else
$PYTHON -m pytest ${{ env.pytest-args }} --ignore=test/local_only test
$PYTHON -m pytest ${{ env.pytest-args }} --ignore=test/local_only tests
fi
pypi-publish:
name: Upload release to PyPI
Expand Down

0 comments on commit 3dc82c3

Please sign in to comment.