File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9494 g++
9595 cmake
9696 ninja
97+ rust
9798 volumes : ${{ github.workspace }}:/project
9899 - name : Make script executable
99100 run : chmod +x ./tools/build_wheel_linux.sh
@@ -133,7 +134,6 @@ jobs:
133134 CIBW_MANYLINUX_PYPY_X86_64_IMAGE : manylinux_2_28
134135 CIBW_MANYLINUX_PYPY_I686_IMAGE : manylinux_2_28
135136 CIBW_BEFORE_BUILD : pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
136- CIBW_BEFORE_TEST : pip install -U Cython
137137 CIBW_TEST_REQUIRES : pytest pandas polars
138138 CIBW_TEST_COMMAND : >
139139 cd .. &&
@@ -180,7 +180,6 @@ jobs:
180180 runs-on : ${{ matrix.os }}
181181 env :
182182 CIBW_BEFORE_BUILD : pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
183- CIBW_BEFORE_TEST : apk add bash&&bash setup_rust.sh&&. "$HOME/.cargo/env"&&pip install Cython&&pip install -U maturin&&pip install -U polars
184183 CIBW_TEST_REQUIRES : pytest pandas polars
185184 CIBW_TEST_COMMAND : >
186185 cd .. &&
@@ -203,6 +202,7 @@ jobs:
203202 g++
204203 cmake
205204 ninja
205+ rust
206206 arch : aarch64
207207 volumes : ${{ github.workspace }}:/project
208208 - name : Make script executable
You can’t perform that action at this time.
0 commit comments