We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb1a33 commit 3be8702Copy full SHA for 3be8702
.github/workflows/build-conda.yml
@@ -11,12 +11,10 @@ jobs:
11
image: continuumio/miniconda3:latest
12
steps:
13
- name: Checkout Files
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v4
15
- name: Run Docker to Build
16
run: |
17
conda config --append channels conda-forge
18
- conda config --append channels noaa-gfdl
19
- conda remove --name base conda-anaconda-telemetry
+ conda config --append channels noaa-gfdl
20
conda install conda-build conda-verify
21
22
conda build .
0 commit comments