Skip to content

Commit

Permalink
Adding workflow to test the availability of the conda packages for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Jun 21, 2024
1 parent ffdd681 commit 98ee5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:


jobs:
test:
test MacOS Python 3.11:
runs-on: macos-latest

steps:
Expand All @@ -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
Expand Down

0 comments on commit 98ee5b6

Please sign in to comment.