Skip to content

Commit

Permalink
python -m pip install --upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jul 29, 2024
1 parent 068e0c6 commit b4601e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Upgrade package installer for Python
shell: bash
run: pip install --upgrade pip
run: python -m pip install --upgrade pip

- name: Install Python dependences
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Upgrade package installer for Python
shell: bash
run: pip install --upgrade pip
run: python -m pip install --upgrade pip

- name: Install Python dependences
shell: bash
Expand Down

0 comments on commit b4601e5

Please sign in to comment.