File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,7 @@ jobs:
197197 name : slycot-wheels
198198 path : slycot-wheels
199199 - id : set-matrix
200- run : |
201- matrix=$(python3 .github/scripts/set-pip-test-matrix.py)
202- echo "::set-output name=matrix::$matrix"
200+ run : echo "matrix=$(python3 .github/scripts/set-pip-test-matrix.py)" >> $GITHUB_OUTPUT
203201
204202 create-conda-test-matrix :
205203 name : Create conda test matrix
@@ -217,9 +215,7 @@ jobs:
217215 name : slycot-conda-pkgs
218216 path : slycot-conda-pkgs
219217 - id : set-matrix
220- run : |
221- matrix=$(python3 .github/scripts/set-conda-test-matrix.py)
222- echo "::set-output name=matrix::$matrix"
218+ run : echo "matrix=$(python3 .github/scripts/set-conda-test-matrix.py)" >> $GITHUB_OUTPUT
223219
224220
225221 test-wheel :
You can’t perform that action at this time.
0 commit comments