Skip to content

Commit

Permalink
Install dependencies before build
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Apr 7, 2024
1 parent 0d63f10 commit a6b7077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Build source and wheel packages
run: |
python3 -m pip install .
python3 -m build
- name: Install the Python wheel
Expand Down

0 comments on commit a6b7077

Please sign in to comment.