File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
env :
8
8
CIBW_ARCHS_MACOS : x86_64 universal2
9
9
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
11
11
CIBW_BEFORE_ALL_MACOS : WD=`pwd` && pip install cmake
12
12
CIBW_TEST_REQUIRES_LINUX : pytest nbval flake8 mypy onnxruntime
13
13
CIBW_TEST_REQUIRES_MACOS : pytest nbval
You can’t perform that action at this time.
0 commit comments