Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit f65cc3f

Browse files
committed
ci: Remove mentions of conda-forge (#1345)
(cherry picked from commit 8cf471c) Signed-off-by: Eli Uriegas <[email protected]>
1 parent 4da1de3 commit f65cc3f

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ commands:
3232
name: Adding CONDA_CHANNEL_FLAGS to BASH_ENV
3333
command: |
3434
CONDA_CHANNEL_FLAGS=""
35-
if [[ "${PYTHON_VERSION}" = *3.9* ]]; then
36-
echo "export CONDA_CHANNEL_FLAGS=-c=conda-forge" >> ${BASH_ENV}
37-
fi
3835
generate_cachekey:
3936
description: "Generate .cachekey file that changes on daily basis"
4037
steps:

.circleci/config.yml.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ commands:
3232
name: Adding CONDA_CHANNEL_FLAGS to BASH_ENV
3333
command: |
3434
CONDA_CHANNEL_FLAGS=""
35-
if [[ "${PYTHON_VERSION}" = *3.9* ]]; then
36-
echo "export CONDA_CHANNEL_FLAGS=-c=conda-forge" >> ${BASH_ENV}
37-
fi
3835
generate_cachekey:
3936
description: "Generate .cachekey file that changes on daily basis"
4037
steps:

.circleci/unittest/linux/scripts/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
channels:
22
- defaults
3-
- conda-forge
43
dependencies:
54
- flake8>=3.7.9
65
- codecov

.circleci/unittest/windows/scripts/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
channels:
22
- defaults
3-
- conda-forge
43
dependencies:
54
- flake8>=3.7.9
65
- codecov

0 commit comments

Comments
 (0)