Skip to content

Commit

Permalink
Call python to upgrade pip in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Oct 16, 2023
1 parent c915984 commit 18d35ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: pip-cache
shell: bash
run: |
pip install --upgrade pip
python -m pip install --upgrade pip
echo "dir=$(pip cache dir)" | tee ${GITHUB_OUTPUT}
- name: restore Python cache directory
uses: actions/cache@v3
Expand Down

0 comments on commit 18d35ff

Please sign in to comment.