From 959496b05e3a83543d1107ab56b70ff7e8a56c60 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Wed, 17 Jan 2024 10:04:58 +0000 Subject: [PATCH] Add wheel installation for cypari2 --- .github/workflows/ci-linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index a51fbb7c9f0..1f2295630b1 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -101,6 +101,8 @@ jobs: run: | # Cannot yet use build isolation due to https://github.com/sagemath/cypari2/issues/143 pip3 install meson-python 'cython>=3.0.0,!=3.0.3' 'numpy>=1.19' 'cysignals>=1.10.2' 'gmpy2>=2.1.0' + # wheel is needed for cypari2 + pip3 install wheel pip3 install --no-build-isolation git+https://github.com/sagemath/cypari2.git pip3 install --no-build-isolation . -v