Skip to content

Commit a6b7077

Browse files
committed
Install dependencies before build
1 parent 0d63f10 commit a6b7077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
5858
- name: Build source and wheel packages
5959
run: |
60+
python3 -m pip install .
6061
python3 -m build
6162
6263
- name: Install the Python wheel

0 commit comments

Comments
 (0)