Skip to content

Commit 725642e

Browse files
authored
Merge branch 'stable' into dependabot/github_actions/actions/setup-python-6
2 parents 3c22e4f + c2209fb commit 725642e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
-DCMAKE_INSTALL_PREFIX="$HOME/.local/libomp"
8181
cmake --build openmp_build --target install --config Release
8282
83-
- uses: pypa/cibuildwheel@v3.1.3
83+
- uses: pypa/cibuildwheel@v3.1.4
8484
env:
8585
CIBW_ENVIRONMENT: CMAKE_ARGS="-DDIPTEST_ENABLE_ARCH_FLAGS=OFF -DDIPTEST_ENABLE_OPENMP=ON"
8686
CIBW_TEST_COMMAND: pytest {project}/tests && python -c "from diptest import _has_openmp_support; assert _has_openmp_support"
@@ -137,7 +137,7 @@ jobs:
137137
-DCMAKE_INSTALL_PREFIX="/usr/local"
138138
cmake --build openmp_build --target install --config Release
139139
140-
- uses: pypa/cibuildwheel@v3.1.3
140+
- uses: pypa/cibuildwheel@v3.1.4
141141
env:
142142
# only build for x86_64, arm wheels are build seperately
143143
CIBW_ARCHS: "x86_64"

0 commit comments

Comments
 (0)