From 38246d922d8626379ef4659b86a56868e6a1a0df Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:58:46 +0200 Subject: [PATCH] Update test_and_deploy.yml (#275) Add `nodefaults` channel to prevent from using the `defaults` channel. See [docs](https://docs.conda.io/projects/conda/en/4.6.1/user-guide/tasks/manage-environments.html#:~:text=You%20can%20exclude%20the%20default%20channels%20by%20adding%20nodefaults%20to%20the%20channels%20list.) --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 009baa633..4b7b4c11c 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -52,7 +52,7 @@ jobs: with: python-version: ${{ matrix.python-version }} auto-update-conda: true - channels: conda-forge + channels: conda-forge,nodefaults activate-environment: movement-env - uses: neuroinformatics-unit/actions/test@v2 with: