Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed May 23, 2024
1 parent 4386392 commit aeadc5c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/test-coverm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@ jobs:
- name: Run test
run: |
cargo test
miniconda_osx:
name: miniconda_osx (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["macos-latest"]
python-version: ["3.11"]
steps:
- 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
- name: Conda info
shell: bash -el {0}
run: conda info
- name: Conda list
shell: pwsh
run: conda list
- name: Run test
run: |
cargo test -- --skip bwa_mem2
# miniconda_osx:
# name: miniconda_osx (${{ matrix.python-version }}, ${{ matrix.os }})
# runs-on: ${{ matrix.os }}
# strategy:
# fail-fast: false
# matrix:
# os: ["macos-latest"]
# python-version: ["3.11"]
# steps:
# - 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
# - name: Conda info
# shell: bash -el {0}
# run: conda info
# - name: Conda list
# shell: pwsh
# run: conda list
# - name: Run test
# run: |
# cargo test -- --skip bwa_mem2
File renamed without changes.

0 comments on commit aeadc5c

Please sign in to comment.