Skip to content

Commit

Permalink
ci try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kungjim committed Nov 16, 2023
1 parent b05526c commit 015a27b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
uses: pypa/cibuildwheel@v2.6.1
env:
CIBW_BEFORE_ALL_MACOS: >
uname -a && cmake --version &&
uname -a && cmake --version
CIBW_BEFORE_BUILD_MACOS: >
pip install --upgrade pip setuptools wheel &&
pip install packaging
CIBW_BEFORE_ALL_LINUX: >
Expand Down

0 comments on commit 015a27b

Please sign in to comment.