This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 11channels :
22 - defaults
3- - conda-forge
43dependencies :
54 - flake8>=3.7.9
65 - codecov
Original file line number Diff line number Diff line change 11channels :
22 - defaults
3- - conda-forge
43dependencies :
54 - flake8>=3.7.9
65 - codecov
You can’t perform that action at this time.
0 commit comments