From 95e3a307ff38c48514e4955e1395d0f8c349a3cb Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 23 Jul 2024 12:49:54 -0400 Subject: [PATCH] Update build-conda.yml update checkout action to v4, remove conda config line that i'm not sure works and is redundant anyways. --- .github/workflows/build-conda.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-conda.yml b/.github/workflows/build-conda.yml index e4d6de7..6a4d244 100644 --- a/.github/workflows/build-conda.yml +++ b/.github/workflows/build-conda.yml @@ -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: @@ -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 .