Skip to content

Commit

Permalink
add pytest to wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshs committed Oct 10, 2021
1 parent 6bd5ae6 commit 00c129c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
{wheel}
CIBW_BEFORE_TEST: pip install -r requirements.txt
# CIBW_TEST_REQUIRES: "pytest pytest-cov sympy"
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: |
python -c "import mrsimulator"
python -c "from mrsimulator import Site, Coupling, SpinSystem, Simulator"
Expand Down

0 comments on commit 00c129c

Please sign in to comment.