Skip to content

Commit

Permalink
try calling pytest directly to find the built package
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Sep 18, 2023
1 parent 80fa750 commit 76aea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install --no-cache-dir -e .[dev,test,lint]
python -m black KDEpy -l 120 --check
python -m flake8 --show-source --ignore=F811,W293,W391,W292,W291,W504,W503,E231 --max-line-length=120 --exclude="*examples.py,testing.py,*kde.py" KDEpy
python -m pytest KDEpy --doctest-modules --capture=sys
pytest KDEpy --doctest-modules --capture=sys
- name: Build docs
Expand Down

0 comments on commit 76aea0f

Please sign in to comment.