Skip to content

Commit

Permalink
use maturin to install the library
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Dec 27, 2024
1 parent f72fa12 commit ced6c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install the package
run: |
python -m pip install --no-deps -e .
maturin develop
- name: Check imports
run: |
Expand Down
4 changes: 1 addition & 3 deletions ci/requirements/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
channels:
- conda-forge
dependencies:
- rust
- maturin
- pkg-config
- cxx-compiler
- c-compiler
- proj
- sqlite
- shapely
Expand Down

0 comments on commit ced6c82

Please sign in to comment.