diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-16 13:43:33 +0200 |
---|---|---|
committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-16 16:47:27 +0200 |
commit | 73a9e8ef1168021b5f92eedeb86c42fa90e325d4 (patch) | |
tree | c4ed33fb5527e8a1f63fe31c819969e9b7f27216 /.github | |
parent | c5a999682bf94cfd08cc64b49efef38371cbdb2e (diff) | |
download | numpy-73a9e8ef1168021b5f92eedeb86c42fa90e325d4.tar.gz |
MAINT: Update to Cython 0.29.29.
Diffstat (limited to '.github')
-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 db7883ab9..1def3acae 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -253,7 +253,7 @@ jobs: docker run --name the_container --interactive -v /:/host arm32v7/ubuntu:focal /bin/bash -c " apt update && apt install -y git python3 python3-dev python3-pip && - pip3 install cython==0.29.28 setuptools\<49.2.0 hypothesis==6.23.3 pytest==6.2.5 && + pip3 install cython==0.29.29 setuptools\<49.2.0 hypothesis==6.23.3 pytest==6.2.5 && 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 && |