Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d4912a8

Browse filesBrowse files
committed
Install build dependencies
1 parent d74800d commit d4912a8
Copy full SHA for d4912a8

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎.github/workflows/wheels.yaml

Copy file name to clipboardExpand all lines: .github/workflows/wheels.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: Install cibuildwheel
2323
run: python -m pip install cibuildwheel==2.12.1
2424

25+
- name: Install dependencies
26+
run: |
27+
python -m pip install --upgrade pip pytest cmake scikit-build setuptools
28+
2529
- name: Build wheels
2630
run: python -m cibuildwheel --output-dir wheelhouse
2731
# to supply options, put them in 'env', like:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.