Skip to content

Commit 2b4d5b5

Browse files
committed
github/workflows: ...
1 parent fd9ccf9 commit 2b4d5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)