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:
197
197
name : slycot-wheels
198
198
path : slycot-wheels
199
199
- 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
203
201
204
202
create-conda-test-matrix :
205
203
name : Create conda test matrix
@@ -217,9 +215,7 @@ jobs:
217
215
name : slycot-conda-pkgs
218
216
path : slycot-conda-pkgs
219
217
- 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
223
219
224
220
225
221
test-wheel :
You can’t perform that action at this time.
0 commit comments