Skip to content

Commit 8c0fde6

Browse files
authored
Update pip before we use it (#266)
apparently this is a thing
1 parent dec851b commit 8c0fde6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_pure_python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- id: set-env
9999
if: ${{ inputs.env != '' }}
100100
run: |
101+
python -m pip install -U pip
101102
python -m pip install PyYAML
102103
echo $SET_ENV_SCRIPT | base64 --decode > set_env.py
103104
python set_env.py "${{ inputs.env }}"

0 commit comments

Comments
 (0)