Skip to content

Commit

Permalink
add one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Apr 23, 2024
1 parent 35d9406 commit 36b8cc8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/example-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,18 @@ jobs:
matrix:
os: ["macos-14"]
variant:
["Miniforge3", "Mambaforge", "Miniconda", "no-variant", "empty-with", "no-installer-selected"]
[
"Miniforge3",
"Mambaforge",
"Miniconda",
"no-variant",
"empty-with",
"no-installer-selected",
]
include:
# This is Intel, not Apple Silicon, but doesn't bundle Miniconda
- os: macos-13
variant: no-installer-selected
steps:
- uses: actions/checkout@v4
- uses: ./
Expand Down

0 comments on commit 36b8cc8

Please sign in to comment.