mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Replace deprecated workflow command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user