Skip to content

Commit

Permalink
build-wheel.yml -> python -m pip instead of just pip...
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Jul 15, 2024
1 parent 9e3cbae commit ee6e50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Pip Deps Setup 1
shell: bash -l {0}
run: |
pip install --upgrade pip
pip install build setuptools wheel requests delocate delvewheel
python -m pip install --upgrade pip
python -m pip install build setuptools wheel requests delocate delvewheel
- name: Pip Deps Setup 2
shell: bash -l {0}
Expand Down

0 comments on commit ee6e50a

Please sign in to comment.