diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index ba690d846ad..291468fa2f9 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -51,6 +51,7 @@ jobs: condarc: | channels: - conda-forge + - conda-forge/label/python_rc - nodefaults cache-downloads: false cache-environment: true diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 9ae9e9107b4..d4712d8853a 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -86,6 +86,7 @@ jobs: condarc: | channels: - conda-forge + - conda-forge/label/python_rc - nodefaults cache-downloads: false cache-environment: true diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index a1627a5e808..80a3d70a6ce 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -120,6 +120,7 @@ jobs: condarc: | channels: - conda-forge + - conda-forge/label/python_rc - nodefaults cache-downloads: false cache-environment: true diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 3453db8858e..9a7ea414ddc 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -63,6 +63,7 @@ jobs: condarc: | channels: - conda-forge + - conda-forge/label/python_rc - nodefaults cache-downloads: false cache-environment: true diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index 7c93050c19f..80cce34b8f6 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -1,6 +1,7 @@ name: pygmt channels: - conda-forge + - conda-forge/label/python_rc - nodefaults dependencies: # Required dependencies