Skip to content

Commit 1792805

Browse files
committed
Add delvewheel installation to Windows environment setup in wheels.yaml
1 parent bb14eb8 commit 1792805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
python -m venv .venv
4848
call .venv\Scripts\activate.bat
4949
python -m pip install --upgrade setuptools pip wheel build cibuildwheel
50+
python -m pip install delvewheel
5051
python -m pip install -r requirements.txt
5152
shell: cmd
5253

0 commit comments

Comments
 (0)