Skip to content

Commit

Permalink
action removes directory after install to run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Nov 19, 2024
1 parent a75c1f0 commit 270e80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -43,4 +43,5 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate RNAdistEnv
rm RNAdist/ -r # Needs to be removed since it will try to test uncompiled package instead
pytest --pyargs RNAdist
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- viennarna
- biopython
- pandas
- networkx
- plotly
- dash >=2.5
- dash-bootstrap-components
Expand Down

0 comments on commit 270e80f

Please sign in to comment.