Skip to content

Commit

Permalink
Update build-conda.yml
Browse files Browse the repository at this point in the history
update checkout action to v4, remove conda config line that i'm not sure works and is redundant anyways.
  • Loading branch information
ilaflott authored Jul 23, 2024
1 parent 9d700c5 commit 95e3a30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build_conda
on:
pull_request:
branches:
# for testing conda package build, no upload, during PR/MRs
# for testing conda build w no upload during PRs
- main
jobs:
build:
Expand All @@ -11,11 +11,10 @@ jobs:
image: continuumio/miniconda3:latest
steps:
- name: Checkout Files
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Docker to Build
run: |
conda config --append channels conda-forge
conda config --append channels noaa-gfdl
conda install conda-build conda-verify
conda config --set anaconda_upload no
conda build .

0 comments on commit 95e3a30

Please sign in to comment.