From 98ee5b6d58fe648fefbca1be3586b047c845d74f Mon Sep 17 00:00:00 2001 From: Diego Prada Date: Fri, 21 Jun 2024 13:05:55 -0600 Subject: [PATCH] Adding workflow to test the availability of the conda packages for MacOS --- .github/workflows/test_macos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_macos.yaml b/.github/workflows/test_macos.yaml index 8c7fde3..c30bc1c 100644 --- a/.github/workflows/test_macos.yaml +++ b/.github/workflows/test_macos.yaml @@ -6,7 +6,7 @@ on: jobs: - test: + test MacOS Python 3.11: runs-on: macos-latest steps: @@ -22,7 +22,7 @@ jobs: - name: Install micromamba uses: mamba-org/setup-micromamba@v1 with: - environment-name: Test MacOs Python 3.11 + environment-name: test condarc: | channels: - uibcdf