We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa9c8c commit 1141805Copy full SHA for 1141805
.github/workflows/push_tests_mac.yml
@@ -57,11 +57,15 @@ jobs:
57
shell: bash -el {0}
58
run: |
59
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
+ echo "Try 1"
62
python -c "from test_array import test_interp_array; test_interp_array()"
+ echo "Try 2"
63
64
+ echo "Try 3"
65
66
+ echo "Try 4"
67
+ python -c "from test_array import test_interp_array; test_interp_array()"
68
+ echo "Try 5"
69
70
71
# - name: Run pytest
0 commit comments