Skip to content

Commit

Permalink
add one more test for macos 13/14
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Apr 23, 2024
1 parent 3ec85ce commit 35d9406
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/example-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 35d9406

Please sign in to comment.