Skip to content

Commit

Permalink
just install with build isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jan 6, 2025
1 parent 3af4345 commit 9f1b757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ jobs:
# Build manually using plain meson instead of using pip because of issues with subprojects
# https://github.com/mesonbuild/meson-python/issues/598
# We have to install build dependencies due to https://github.com/astral-sh/uv/issues/10301
uv pip install meson-python cypari2>=2.1.1 cysignals>=1.11.2 cython>=3.0,!=3.0.3 gmpy2~=2.1.b999 memory_allocator numpy>=1.19 jinja2
uv pip install --no-build-isolation . -v
# uv pip install meson-python cypari2>=2.1.1 cysignals>=1.11.2 cython>=3.0,!=3.0.3 gmpy2~=2.1.b999 memory_allocator numpy>=1.19 jinja2
uv pip install . -v
# meson setup builddir -Dpython.install_env=auto
# meson compile -C builddir --verbose
# meson install -C builddir --no-rebuild
Expand Down

0 comments on commit 9f1b757

Please sign in to comment.