Replace deprecated workflow command

This commit is contained in:
AlexNDRmac
2022-10-12 18:50:02 +03:00
parent 8032c5bea0
commit 7b98aa2223
+1 -1
View File
@@ -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