Skip to content

Commit

Permalink
auto activate base env
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Nov 13, 2024
1 parent a5d2216 commit 18f15bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
environment-file: environment.yml
channels: conda-forge,bioconda,nodefaults
channel-priority: strict
# https://github.com/marketplace/actions/setup-miniconda#activate-base-environment
auto-activate-base: true
activate-environment: ""
- name: Install some more dependencies via pip
# Workaround - see https://github.com/pytest-dev/pytest/issues/10420#issuecomment-1290697849
run: pip install ".[test]"; pip install --ignore-installed py
Expand Down

0 comments on commit 18f15bd

Please sign in to comment.