Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonperdomo committed Sep 18, 2024
1 parent a2040b8 commit 5b6c2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Build LongReadSum
shell: bash --login {0} # --login enables PATH variable access
run: |
source activate longreadsum
conda activate longreadsum
make
- name: Run tests
shell: bash --login {0}
run: |
source activate longreadsum
conda activate longreadsum
mkdir output # Unit test output folder
python -m pytest

0 comments on commit 5b6c2d7

Please sign in to comment.