From 7b98aa2223e08d7439493324f1d71387a9fb4496 Mon Sep 17 00:00:00 2001 From: AlexNDRmac Date: Wed, 12 Oct 2022 18:50:02 +0300 Subject: [PATCH] Replace deprecated workflow command --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e115ae6c..4cf46705 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -84,7 +84,7 @@ jobs: - name: Get python path id: python-path run: | - echo ::set-output name=path::$(python -c "import sys; print(sys.executable)") + echo "path=$(python -c 'import sys; print(sys.executable)')" >> $GITHUB_OUTPUT - name: Install latest pip, setuptools, wheel run: | python -m pip install --upgrade pip setuptools wheel