diff --git a/.github/workflows/pip.yaml b/.github/workflows/pip.yaml index b04741f..c9ea962 100644 --- a/.github/workflows/pip.yaml +++ b/.github/workflows/pip.yaml @@ -23,7 +23,7 @@ jobs: activate-environment: test auto-update-conda: true python-version: ${{ matrix.python-version }} - channels: ingeotec + channels: conda-forge, ingeotec allow-softlinks: true channel-priority: flexible show-channel-urls: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0c4eda6..e7ec831 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: activate-environment: test auto-update-conda: true python-version: ${{ matrix.python-version }} - channels: ingeotec + channels: conda-forge, ingeotec allow-softlinks: true channel-priority: flexible show-channel-urls: true