Skip to content

Commit

Permalink
Run pytest differently
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Sep 4, 2024
1 parent 075d46a commit 0037b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dakota
dakota_wheel-*
wheelhouse
itis_dakota/_version.py
/wheel
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wheel: cache-clean clean
CIBW_BUILD=cp311*x86_64 cibuildwheel --platform linux

test:
pytest
python -m pytest

install: cache-clean
pip install -v .
Expand Down

0 comments on commit 0037b63

Please sign in to comment.