Skip to content

Commit

Permalink
fix: macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhhh committed Jun 24, 2024
1 parent a3ca732 commit 3c97691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
python-version: '3.10'

- name: Tmp
run: which gcc

- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Set up environment
run: |
python -m pip install scikit-build versioningit cibuildwheel
python -m pip install scikit-build-core versioningit cibuildwheel
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 3c97691

Please sign in to comment.