Skip to content

Commit

Permalink
fix macosx test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed May 31, 2024
1 parent c897174 commit 56022d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ jobs:
os: ["macos-latest"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
environment-file: coverm-osx.yml
channels: conda-forge,defaults,bioconda
mamba-version: "*"
- name: Conda info
shell: bash -el {0}
run: conda info
Expand Down

0 comments on commit 56022d8

Please sign in to comment.