summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2023-05-07 12:21:54 +0300
committerGitHub <noreply@github.com>2023-05-07 12:21:54 +0300
commitc7724ee776f3aa447d89170809aace0461ccacf0 (patch)
tree3cc7cd039b825e978b350d370721fba0a260e0f5 /.github/workflows
parentac78f9e45313e963d6bd40a2a7d139993904d03f (diff)
parent2df3b4c26bda892701741a331ad62ba6333446f0 (diff)
downloadnumpy-c7724ee776f3aa447d89170809aace0461ccacf0.tar.gz
Merge pull request #23709 from scoder/cython3_noexcept
MAINT: Add "noexcept" markers to Cython functions that do not raise exceptions
Diffstat (limited to '.github/workflows')
-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 759ebca01..70e11a4a4 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 &&