Skip to content

Commit

Permalink
ci: add quotes around cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Aug 11, 2024
1 parent 6116bf7 commit 36c9d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: pypa/[email protected]
# to supply options, put them in 'env', like:
env:
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install cmake>=3.30.2 && pip install cython numpy scikit-build
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install 'cmake>=3.30.2' && pip install cython numpy scikit-build
CPPFLAGS: -I/usr/local/opt/zlib/include
LDFLAGS: -L/usr/local/opt/zlib/lib
CIBW_ARCHS_MACOS: "x86_64 arm64"
Expand Down

0 comments on commit 36c9d10

Please sign in to comment.