Skip to content

Commit c92de62

Browse files
committed
replace set-output
1 parent 8725bb2 commit c92de62

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/slycot-build-and-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)