Skip to content

Commit

Permalink
readd checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed May 31, 2024
1 parent 3a8990e commit c897174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-coverm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
os: ["ubuntu-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.yml
environment-file: coverm.yml
channels: conda-forge,defaults,bioconda
mamba-version: "*"
- name: Conda info
Expand Down

0 comments on commit c897174

Please sign in to comment.