summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-05-16 13:43:33 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-05-16 16:47:27 +0200
commit73a9e8ef1168021b5f92eedeb86c42fa90e325d4 (patch)
treec4ed33fb5527e8a1f63fe31c819969e9b7f27216 /.github
parentc5a999682bf94cfd08cc64b49efef38371cbdb2e (diff)
downloadnumpy-73a9e8ef1168021b5f92eedeb86c42fa90e325d4.tar.gz
MAINT: Update to Cython 0.29.29.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_test.yml2
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 &&