Skip to content

Commit

Permalink
use fixed gdal version and install only test dependencies in conda wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
MAfarrag committed Jan 3, 2025
1 parent e0f3246 commit 65659ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install dev-dependencies
run: |
pip install .[dev,test] --no-deps
pip install .[test] --no-deps
- name: Run tests
shell: bash -el {0}
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- pip >=24.3.1
- pyramids >=0.6.0
- PyYAML >=6.0.2
- gdal >=3.10.0
- gdal ==3.10.0
- pandas >=2.2.3
- geopandas >=1.0.1
- cleopatra >=0.4.0
Expand Down

0 comments on commit 65659ee

Please sign in to comment.