Skip to content

Commit

Permalink
alter environment yaml path
Browse files Browse the repository at this point in the history
  • Loading branch information
sterrettJD committed Sep 5, 2024
1 parent 117db9a commit 5328b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: conda-forge,bioconda,defaults
auto-activate-base: false
environment-file: environment.yaml
environment-file: ../environment.yaml
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5328b45

Please sign in to comment.