Skip to content

Commit 1141805

Browse files
committed
debugging
1 parent 3fa9c8c commit 1141805

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/push_tests_mac.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,15 @@ jobs:
5757
shell: bash -el {0}
5858
run: |
5959
cd Tests/B_Other_Tests/
60-
python -c "from test_array import test_interp_array; test_interp_array()" | tee conda.txt
61-
run: cat conda.txt
60+
echo "Try 1"
6261
python -c "from test_array import test_interp_array; test_interp_array()"
62+
echo "Try 2"
6363
python -c "from test_array import test_interp_array; test_interp_array()"
64+
echo "Try 3"
6465
python -c "from test_array import test_interp_array; test_interp_array()"
66+
echo "Try 4"
67+
python -c "from test_array import test_interp_array; test_interp_array()"
68+
echo "Try 5"
6569
python -c "from test_array import test_interp_array; test_interp_array()"
6670
6771
# - name: Run pytest

0 commit comments

Comments
 (0)