From dbecb34eae2bf15e5b68095e46b0913aaea128a4 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 4 Nov 2024 09:57:37 +0100 Subject: [PATCH] Build canaries from conda-forge (#558) --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 084b9466..a80c5a32 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -752,3 +752,4 @@ jobs: anaconda-org-channel: conda-canary anaconda-org-label: ${{ env.ANACONDA_ORG_LABEL }} anaconda-org-token: ${{ secrets.ANACONDA_ORG_CONDA_CANARY_TOKEN }} + conda-build-arguments: --override-channels --channel conda-forge