Skip to content

Commit

Permalink
ci: even more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Dec 18, 2023
1 parent cb9e25f commit 5287ec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,12 @@ jobs:
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -m pip install --pre finufft -f fixed_wheel/
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 test/run_accuracy_tests.py
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 examples/simple1d1.py
cd ..
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -c "import finufft; print(finufft.__version__)"
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -m pip install pytest
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -c "import finufft; print(finufft.__version__)"
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -m pytest test
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -m pytest finufft/test
cd finufft
/Library/Frameworks/Python.framework/Versions/3.7/bin/python3 -m pip install --pre finufft -f fixed_wheel/
/Library/Frameworks/Python.framework/Versions/3.7/bin/python3 test/run_accuracy_tests.py
/Library/Frameworks/Python.framework/Versions/3.7/bin/python3 examples/simple1d1.py
Expand Down

0 comments on commit 5287ec4

Please sign in to comment.