File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 4141 name : Test Minimal (Py ${{ matrix.python-version }}, ${{ matrix.os }})
4242 needs : code-quality
4343 runs-on : ${{ matrix.os }}
44+ defaults :
45+ run :
46+ shell : bash
4447 strategy :
4548 fail-fast : false
4649 matrix :
8891 "
8992
9093 - name : Test algebraic and engineering functions
91- run : |
92- python -m pytest -x -p no:warnings \
93- tests/test_1d_functions.py \
94- tests/test_2d_functions.py \
95- tests/test_nd_functions.py \
96- tests/test_all_test_functions.py \
97- tests/test_api/test_input_type.py \
98- tests/test_api/test_metric.py \
99- tests/test_api/test_sleep.py
94+ run : python -m pytest -x -p no:warnings tests/test_1d_functions.py tests/test_2d_functions.py tests/test_nd_functions.py tests/test_all_test_functions.py tests/test_api/test_input_type.py tests/test_api/test_metric.py tests/test_api/test_sleep.py
10095
10196 # ===========================================================================
10297 # Stage 3: Test with Full Dependencies
@@ -105,6 +100,9 @@ jobs:
105100 name : Test Full (Py ${{ matrix.python-version }}, ${{ matrix.os }})
106101 needs : code-quality
107102 runs-on : ${{ matrix.os }}
103+ defaults :
104+ run :
105+ shell : bash
108106 strategy :
109107 fail-fast : false
110108 matrix :
You can’t perform that action at this time.
0 commit comments