diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc45fe17..218fa123 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,6 +84,8 @@ jobs: miniforge-version: latest activate-environment: test-env environment-file: ci/requirements/py-${{ matrix.conda-env }}.yml + channels: conda-forge + conda-remove-defaults: "true" - name: Matrix submodule tests with pytest if: ${{ matrix.testset == 'matrix' }}