Skip to content

Commit 90d9b42

Browse files
committed
Reapply "Add conda-forge/label/python_rc channel"
This reverts commit 642a538.
1 parent ada48f3 commit 90d9b42

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
condarc: |
5252
channels:
5353
- conda-forge
54+
- conda-forge/label/python_rc
5455
- nodefaults
5556
cache-downloads: false
5657
cache-environment: true

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
condarc: |
8787
channels:
8888
- conda-forge
89+
- conda-forge/label/python_rc
8990
- nodefaults
9091
cache-downloads: false
9192
cache-environment: true

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
condarc: |
121121
channels:
122122
- conda-forge
123+
- conda-forge/label/python_rc
123124
- nodefaults
124125
cache-downloads: false
125126
cache-environment: true

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
condarc: |
6464
channels:
6565
- conda-forge
66+
- conda-forge/label/python_rc
6667
- nodefaults
6768
cache-downloads: false
6869
cache-environment: true

ci/requirements/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: pygmt
22
channels:
33
- conda-forge
4+
- conda-forge/label/python_rc
45
- nodefaults
56
dependencies:
67
# Required dependencies

0 commit comments

Comments
 (0)