Skip to content

Commit

Permalink
GitHub Actions: install wheel to ensure prebuilt binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
CLOVIS-AI committed Jun 16, 2022
1 parent 5e7326d commit e454feb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Update pip
run: pip install pip --upgrade

- name: Update wheel
run: pip install wheel --upgrade

- name: Install requirements
run: pip install -r requirements.txt

Expand Down

0 comments on commit e454feb

Please sign in to comment.