Skip to content

Commit 3be8702

Browse files
Update build-conda.yml
1 parent 3bb1a33 commit 3be8702

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-conda.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ jobs:
1111
image: continuumio/miniconda3:latest
1212
steps:
1313
- name: Checkout Files
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v4
1515
- name: Run Docker to Build
1616
run: |
1717
conda config --append channels conda-forge
18-
conda config --append channels noaa-gfdl
19-
conda remove --name base conda-anaconda-telemetry
18+
conda config --append channels noaa-gfdl
2019
conda install conda-build conda-verify
21-
conda remove --name base conda-anaconda-telemetry
2220
conda build .

0 commit comments

Comments
 (0)