Skip to content

Commit

Permalink
Update pip before we use it (#266)
Browse files Browse the repository at this point in the history
apparently this is a thing
  • Loading branch information
Cadair authored Jan 30, 2025
1 parent dec851b commit 8c0fde6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_pure_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
- id: set-env
if: ${{ inputs.env != '' }}
run: |
python -m pip install -U pip
python -m pip install PyYAML
echo $SET_ENV_SCRIPT | base64 --decode > set_env.py
python set_env.py "${{ inputs.env }}"
Expand Down

0 comments on commit 8c0fde6

Please sign in to comment.