Skip to content

Commit

Permalink
Install wheel for easier package installs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Dec 13, 2021
1 parent a4efcfb commit 149d25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
- name: Install cutting-edge Cython-based packages on Python dev versions
continue-on-error: ${{ matrix.allowed_failure || false }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
- name: Install dependencies
run: |
Expand Down

0 comments on commit 149d25e

Please sign in to comment.