diff --git a/.github/workflows/mopper-conda-release.yaml b/.github/workflows/mopper-conda-release.yaml index 82dff40..be7fe02 100644 --- a/.github/workflows/mopper-conda-release.yaml +++ b/.github/workflows/mopper-conda-release.yaml @@ -25,6 +25,8 @@ jobs: with: python-version: ${{ matrix.python-version }} activate-environment: mopper_env + channels: conda-forge, coecms + channel-priority: true environment-file: conda/environment.yaml # Path to the build conda environment show-channel-urls: true # - name: Build and upload the conda packages diff --git a/.github/workflows/mopper-test-conda.yaml b/.github/workflows/mopper-test-conda.yaml index 6ab53d2..4381d37 100644 --- a/.github/workflows/mopper-test-conda.yaml +++ b/.github/workflows/mopper-test-conda.yaml @@ -29,6 +29,8 @@ jobs: with: python-version: ${{ matrix.python-version }} activate-environment: mopper_env + channels: conda-forge, coecms + channel-priority: true environment-file: conda/environment.yaml # Path to the build conda environment show-channel-urls: true # - name: Build but do not upload the conda packages