From ced6c8276f113485dea0f2dacbc2268466ae992f Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Fri, 27 Dec 2024 19:35:13 +0100 Subject: [PATCH] use maturin to install the library --- .github/workflows/python-ci.yml | 2 +- ci/requirements/environment.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index c0bca05..6a3171b 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -78,7 +78,7 @@ jobs: - name: Install the package run: | - python -m pip install --no-deps -e . + maturin develop - name: Check imports run: | diff --git a/ci/requirements/environment.yaml b/ci/requirements/environment.yaml index 1bca82f..cebdd69 100644 --- a/ci/requirements/environment.yaml +++ b/ci/requirements/environment.yaml @@ -1,10 +1,8 @@ channels: - conda-forge dependencies: - - rust + - maturin - pkg-config - - cxx-compiler - - c-compiler - proj - sqlite - shapely