summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-05-18 07:19:02 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-05-19 08:13:36 +0200
commitc0696c5f26f8b45b01c09d21e86c104b7f616577 (patch)
treee68eea5f81761af9d7462d6e2982dfbc97723207 /.github
parent59aad3cf436691d447e43038e3402500f13cd817 (diff)
downloadnumpy-c0696c5f26f8b45b01c09d21e86c104b7f616577.tar.gz
MAINT: Update to Cython 0.29.30.
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 1def3acae..6725719aa 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.29 setuptools\<49.2.0 hypothesis==6.23.3 pytest==6.2.5 &&
+ pip3 install cython==0.29.30 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 &&