Skip to content

Commit

Permalink
actions: Attempt to fix env file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed May 23, 2024
1 parent c0eb05f commit 4386392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
environment-file: coverm.yml
environment-file: ../coverm.yml
channels: conda-forge,defaults,bioconda
- name: Conda info
shell: bash -el {0}
Expand All @@ -39,7 +39,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
environment-file: coverm-osx.yml
environment-file: ../coverm-osx.yml
channels: conda-forge,defaults,bioconda
- name: Conda info
shell: bash -el {0}
Expand Down

0 comments on commit 4386392

Please sign in to comment.