From c92de6299346e074912cbea6e32629f9b5ce90de Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Wed, 23 Nov 2022 18:26:36 +0100 Subject: [PATCH] replace set-output --- .github/workflows/slycot-build-and-test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/slycot-build-and-test.yml b/.github/workflows/slycot-build-and-test.yml index d5f00779..9c68b243 100644 --- a/.github/workflows/slycot-build-and-test.yml +++ b/.github/workflows/slycot-build-and-test.yml @@ -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 @@ -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: