From 35d9406b5d965328639be79f9cdcbc52273d4d78 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Tue, 23 Apr 2024 13:13:46 +0200 Subject: [PATCH] add one more test for macos 13/14 --- .github/workflows/example-13.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/example-13.yml b/.github/workflows/example-13.yml index 9d2eb419..23f07a24 100644 --- a/.github/workflows/example-13.yml +++ b/.github/workflows/example-13.yml @@ -26,7 +26,7 @@ jobs: matrix: os: ["macos-14"] variant: - ["Miniforge3", "Mambaforge", "Miniconda", "no-variant", "empty-with"] + ["Miniforge3", "Mambaforge", "Miniconda", "no-variant", "empty-with", "no-installer-selected"] steps: - uses: actions/checkout@v4 - uses: ./ @@ -55,6 +55,13 @@ jobs: if: matrix.variant == 'empty-with' id: setup-miniconda-empty-with continue-on-error: true + - uses: ./ + if: matrix.variant == 'no-installer-selected' + id: setup-miniconda-no-installer + with: + condarc-file: etc/example-condarc.yml + run-post: false + continue-on-error: true - name: Conda info shell: bash -el {0} run: conda info