File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ eval $(build/bin/sage-print-system-package-command $SYSTEM --yes --ignore-missin
19
19
uv venv
20
20
uv pip install \
21
21
meson-python \
22
+ " cypari2 >=2.2.1" \
22
23
" cysignals >=1.11.2, != 1.12.0" \
23
24
" cython >=3.0, != 3.0.3, != 3.1.0" \
24
25
" gmpy2 ~=2.1.b999" \
25
26
memory_allocator \
26
27
" numpy >=1.25" \
27
28
jinja2 \
28
29
setuptools
29
- uv pip install " cypari2 >=2.2.1" --no-build-isolation
30
30
uv sync --frozen --inexact --no-build-isolation --config-settings=builddir=build/build-$SYSTEM
Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ jobs:
74
74
# Install build dependencies manually as workaround for https://github.com/astral-sh/uv/issues/1516
75
75
uv pip install \
76
76
meson-python \
77
+ "cypari2 >=2.2.1" \
77
78
"cysignals >=1.11.2, != 1.12.0" \
78
79
"cython >=3.0, != 3.0.3, != 3.1.0" \
79
80
"gmpy2 ~=2.1.b999" \
80
81
memory_allocator \
81
82
"numpy >=1.25" \
82
- setuptools \
83
- jinja2
84
- uv pip install --no-build-isolation "cypari2 >=2.2.1"
85
- uv sync --frozen --no-build-isolation -v
83
+ jinja2 \
84
+ setuptools
85
+ uv sync --frozen --inexact --no-build-isolation -v
86
86
87
87
- name : Test
88
88
run : |
You can’t perform that action at this time.
0 commit comments