diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2023-05-04 10:23:03 +0200 |
|---|---|---|
| committer | Sebastian Berg <sebastianb@nvidia.com> | 2023-05-05 15:56:05 +0200 |
| commit | 2df3b4c26bda892701741a331ad62ba6333446f0 (patch) | |
| tree | 7b89241412b85d73a21f540415848351413359c4 /.github/workflows | |
| parent | 6aca5f6552225a097cb23c875f2b18de86ca7f39 (diff) | |
| download | numpy-2df3b4c26bda892701741a331ad62ba6333446f0.tar.gz | |
MAINT: Update Cython dependency to 0.29.34 (latest 0.29.x).
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index d34b43651..f52c4f3d7 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -365,7 +365,7 @@ jobs: docker run --name the_container --interactive -v /:/host arm32v7/ubuntu:22.04 /bin/bash -c " apt update && apt install -y git python3 python3-dev python3-pip && - python3 -m pip install cython==0.29.30 setuptools\<49.2.0 hypothesis==6.23.3 pytest==6.2.5 'typing_extensions>=4.2.0' && + python3 -m pip install cython==0.29.34 setuptools\<49.2.0 hypothesis==6.23.3 pytest==6.2.5 'typing_extensions>=4.2.0' && ln -s /host/lib64 /lib64 && ln -s /host/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu && ln -s /host/usr/arm-linux-gnueabihf /usr/arm-linux-gnueabihf && |
