Skip to content

Commit 34cab4a

Browse files
committed
update
1 parent 815db28 commit 34cab4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
env:
88
CIBW_ARCHS_MACOS: x86_64 universal2
99
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
10-
CIBW_BEFORE_ALL_LINUX: WD=`pwd` && /opt/python/cp38-cp38/bin/python -m pip install --target tmp_cmake cmake && cp tmp_cmake/bin/cmake /usr/local/bin/cmake && rm -rf tmp_cmake && /opt/python/cp38-cp38/bin/python -m pip install cmake && cmake --version && whereis cmake
10+
CIBW_BEFORE_ALL_LINUX: WD=`pwd` && /opt/python/cp38-cp38/bin/python -m pip install --target tmp_cmake cmake && cp tmp_cmake/bin/cmake /usr/local/bin/cmake && rm -rf tmp_cmake && /opt/python/cp39-cp39/bin/python -m pip install cmake && cmake --version && whereis cmake
1111
CIBW_BEFORE_ALL_MACOS: WD=`pwd` && pip install cmake
1212
CIBW_TEST_REQUIRES_LINUX: pytest nbval flake8 mypy onnxruntime
1313
CIBW_TEST_REQUIRES_MACOS: pytest nbval

0 commit comments

Comments
 (0)