From 11eb69db556bd86d4e538b1839da5f2da6dc72f0 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Mon, 16 Dec 2024 18:24:21 +1100 Subject: [PATCH] remove gdal from deps --- .github/workflows/linting_and_testing.yml | 5 ++++- dependencies.txt | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting_and_testing.yml b/.github/workflows/linting_and_testing.yml index 7d6b39c2..2bd9b9b6 100644 --- a/.github/workflows/linting_and_testing.yml +++ b/.github/workflows/linting_and_testing.yml @@ -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: | diff --git a/dependencies.txt b/dependencies.txt index 7a9cff2f..57a2f246 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -8,6 +8,5 @@ owslib map2model loopprojectfile==0.2.2 beartype -gdal==3.8.4 pytest scikit-learn \ No newline at end of file