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 b2829fb commit 4b2093c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-coverm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.11"]
# python-version: ["3.11"]
steps:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
# auto-update-conda: true
# python-version: ${{ matrix.python-version }}
environment-file: environment.yml
channels: conda-forge,defaults,bioconda
- name: Conda info
Expand Down

0 comments on commit 4b2093c

Please sign in to comment.