We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c7db7 commit 663a7aeCopy full SHA for 663a7ae
.github/workflows/ci-i386.yml
@@ -27,25 +27,21 @@ jobs:
27
arch: x86
28
packages: >
29
build-base
30
+ cargo
31
+ cmake
32
+ cython
33
git
34
meson
35
pkgconf
36
+ rust
37
+ sed
38
+ sudo
39
uv
40
zstd
41
python3
42
python3-dev
- py3-numpy
- py3-numpy-dev
43
py3-pip
44
py3-pytest
- rust
- maturin
- py3-maturin
- cargo
45
- cmake
46
- cython
47
- sed
48
- sudo
49
50
- name: Install zfp
51
run: |
0 commit comments