From 9a82ff5eb9fc0c74bf93b4539115275e81f601fc Mon Sep 17 00:00:00 2001 From: Dirk Vanden Boer Date: Fri, 15 Dec 2023 13:30:09 +0100 Subject: [PATCH] Always use conda forge --- .github/workflows/conda-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 9b9fb8c..2a81ed2 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -21,11 +21,10 @@ jobs: with: auto-update-conda: true activate-environment: build - python-version: 3.8 + python-version: 3.10 - name: create meta.yaml run: python - name: Setup conda forge - if: ${{ matrix.cfg.os == 'windows-2022' }} run: | conda config --add channels conda-forge conda config --set channel_priority strict