Skip to content

Commit

Permalink
Add missing dependency to wheel build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwigschwardt committed Jul 1, 2024
1 parent f2ac68e commit 6ddedb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# XXX Use Homebrew's numpy to be safe for now, especially since
# PyPI is now on numpy 2.0, which complicates matters
run: |
venv/bin/pip install --upgrade six scikit-build-core
venv/bin/pip install --upgrade six scikit-build-core setuptools_scm
venv/bin/pip wheel -w dist --no-build-isolation .
- name: Delocate binary wheel
Expand Down

0 comments on commit 6ddedb1

Please sign in to comment.