Skip to content

Commit

Permalink
fixes conda not initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Nov 19, 2024
1 parent 7dc38f8 commit 506560e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

- name: Install package
run: |
eval "$(conda shell.bash hook)"
conda activate RNAdistEnv
pip install ./ --no-deps --no-build-isolation
pip install pytest
Expand Down

0 comments on commit 506560e

Please sign in to comment.