Skip to content

Commit

Permalink
Try conda with libmamba-solver
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel committed Oct 3, 2023
1 parent bafd913 commit da7c6c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
shell: pwsh
run: |
conda update -n base -c defaults conda
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
conda install --name pydov --file requirements.txt
conda install --name pydov fiona>=1.8.18 geopandas shapely
conda list
Expand Down

0 comments on commit da7c6c7

Please sign in to comment.