Skip to content

Commit

Permalink
Add conda-forge/label/python_rc channel
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Oct 7, 2024
1 parent f7462f6 commit 92d5945
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
condarc: |
channels:
- conda-forge
- conda-forge/label/python_rc
- nodefaults
cache-downloads: false
cache-environment: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
condarc: |
channels:
- conda-forge
- conda-forge/label/python_rc
- nodefaults
cache-downloads: false
cache-environment: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
condarc: |
channels:
- conda-forge
- conda-forge/label/python_rc
- nodefaults
cache-downloads: false
cache-environment: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
condarc: |
channels:
- conda-forge
- conda-forge/label/python_rc
- nodefaults
cache-downloads: false
cache-environment: true
Expand Down
1 change: 1 addition & 0 deletions ci/requirements/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: pygmt
channels:
- conda-forge
- conda-forge/label/python_rc
- nodefaults
dependencies:
# Required dependencies
Expand Down

0 comments on commit 92d5945

Please sign in to comment.