Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Nov 12, 2024
1 parent e3db499 commit 3fa9c8c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/push_tests_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,18 @@ jobs:
run: |
cd Tests/B_Other_Tests/
python -c "from test_array import test_interp_array; test_interp_array()" | tee conda.txt
- name: print file
run: cat conda.txt
run: cat conda.txt
python -c "from test_array import test_interp_array; test_interp_array()"
python -c "from test_array import test_interp_array; test_interp_array()"
python -c "from test_array import test_interp_array; test_interp_array()"
python -c "from test_array import test_interp_array; test_interp_array()"
- name: Run pytest
shell: bash -el {0}
run: pytest -n auto --capture=sys -v Tests/
# - name: Run pytest
# shell: bash -el {0}
# run: pytest -n auto --capture=sys -v Tests/



# test-macos-13:
# defaults:
# run:
Expand Down

0 comments on commit 3fa9c8c

Please sign in to comment.