Skip to content

Commit

Permalink
replace set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Nov 23, 2022
1 parent 8725bb2 commit c92de62
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ jobs:
name: slycot-wheels
path: slycot-wheels
- id: set-matrix
run: |
matrix=$(python3 .github/scripts/set-pip-test-matrix.py)
echo "::set-output name=matrix::$matrix"
run: echo "matrix=$(python3 .github/scripts/set-pip-test-matrix.py)" >> $GITHUB_OUTPUT

create-conda-test-matrix:
name: Create conda test matrix
Expand All @@ -217,9 +215,7 @@ jobs:
name: slycot-conda-pkgs
path: slycot-conda-pkgs
- id: set-matrix
run: |
matrix=$(python3 .github/scripts/set-conda-test-matrix.py)
echo "::set-output name=matrix::$matrix"
run: echo "matrix=$(python3 .github/scripts/set-conda-test-matrix.py)" >> $GITHUB_OUTPUT


test-wheel:
Expand Down

0 comments on commit c92de62

Please sign in to comment.