Skip to content

Commit

Permalink
ci: add classic solver
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 16, 2024
1 parent 96399fe commit d775072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting_and_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Install dependencies
run: |
conda config --set solver classic
conda install -c conda-forge -c loop3d --file dependencies.txt -y
conda install gdal pytest -y
Expand Down

0 comments on commit d775072

Please sign in to comment.