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