File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ dependencies:
88 - pytest-timeout
99 - numpy
1010 - matplotlib
11- - scipy
11+ - scipy
Original file line number Diff line number Diff line change 88 Py${{ matrix.python-version }};
99 ${{ matrix.slycot || 'no' }} Slycot;
1010 ${{ matrix.pandas || 'no' }} Pandas;
11- ${{ matrix.cvxopt || 'no' }} CVXOPT;
11+ ${{ matrix.cvxopt || 'no' }} CVXOPT
1212 ${{ matrix.array-and-matrix == 1 && '; array and matrix' || '' }}
1313 runs-on : ubuntu-latest
1414
1515 strategy :
1616 max-parallel : 5
1717 matrix :
18- python-version : [3.7, 3.9 ]
18+ python-version : [' 3.7', '3.10' ]
1919 slycot : ["", "conda"]
2020 pandas : [""]
2121 cvxopt : ["", "conda"]
2222 array-and-matrix : [0]
2323 include :
24- - python-version : 3.9
24+ - python-version : ' 3.10 '
2525 slycot : conda
2626 pandas : conda
2727 array-and-matrix : 1
5555 mamba install pandas
5656 fi
5757 if [[ '${{matrix.cvxopt}}' == 'conda' ]]; then
58- mamba install cvxopt
58+ mamba install cvxopt
5959 fi
6060
6161 - name : Test with pytest
You can’t perform that action at this time.
0 commit comments