Skip to content

Commit

Permalink
test cmake import
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanfra committed Mar 22, 2024
1 parent 59b2c86 commit e78e42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
BUILD_COMMIT: 'v19.24.3'
DLIB_BIN_VERSION: '19.24.3'
CIBUILDWHEEL_VERSION: '2.11.4'
CIBW_BEFORE_BUILD: 'pip install cmake==3.27.9 && cmake --version'
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*'
CIBW_BEFORE_BUILD: 'pip install cmake && cmake --version && python -c "from cmake import cmake"'
CIBW_BUILD: 'cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*'
CIBW_SKIP: '*musllinux*'
CIBW_ARCHS: 'auto64'

Expand Down

0 comments on commit e78e42d

Please sign in to comment.