Skip to content

Commit

Permalink
remove gdal from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 16, 2024
1 parent f645bbc commit 11eb69d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/linting_and_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ jobs:
run: |
conda update -n base -c defaults conda -y
conda install -n base conda-libmamba-solver -c conda-forge -y
- name: Install dependencies 1
run: |
conda install -c conda-forge gdal -y
- name: Install dependencies 2
run: |
conda install -c conda-forge -c loop3d --file dependencies.txt -y
- name: Install 3
run: |
conda install gdal pytest -y
conda install pytest -y
- name: Install map2loop
run: |
Expand Down
1 change: 0 additions & 1 deletion dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ owslib
map2model
loopprojectfile==0.2.2
beartype
gdal==3.8.4
pytest
scikit-learn

0 comments on commit 11eb69d

Please sign in to comment.