diff --git a/.github/workflows/build-ultraplot.yml b/.github/workflows/build-ultraplot.yml index 7edadc321..b157adf8e 100644 --- a/.github/workflows/build-ultraplot.yml +++ b/.github/workflows/build-ultraplot.yml @@ -41,6 +41,10 @@ jobs: with: environment-file: ./environment.yml init-shell: bash + condarc: | + channels: + - conda-forge + channel_priority: strict post-cleanup: none create-args: >- --verbose @@ -71,6 +75,10 @@ jobs: with: environment-file: ./environment.yml init-shell: bash + condarc: | + channels: + - conda-forge + channel_priority: strict post-cleanup: none create-args: >- --verbose