diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 687831e..64f1d03 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,8 +22,7 @@ jobs: # Checkout the repository - name: Checkout repository uses: actions/checkout@v3 - - - uses: actions/checkout@v3 + - name: Create environment with Mamba uses: conda-incubator/setup-miniconda@v2 with: diff --git a/environment.yml b/environment.yml index c7f7de2..d394adb 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - ipython - ipykernel - jupyterlab - - snakemake-minimal>=8.14 + - snakemake-minimal - yaml - lxml - graphviz @@ -31,8 +31,8 @@ dependencies: - glpk - coincbc - - geopandas>=1 - - xarray>=2023.11.0 + - geopandas + - xarray - rioxarray - netcdf4 - networkx