Skip to content

Commit

Permalink
Update github actions and channel priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
jonperdomo committed Sep 18, 2024
1 parent c052dc2 commit a2040b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,22 @@ jobs:
python-version: 3.9
auto-activate-base: false

- name: Check conda environment activation
shell: bash --login {0}
run: |
conda info --envs
which python
python --version
- name: Build LongReadSum
shell: bash --login {0} # --login enables PATH variable access
run: |
source activate longreadsum
make
- name: Run tests
shell: bash --login {0}
run: |
source activate longreadsum
mkdir output # Unit test output folder
python -m pytest
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: longreadsum
channels:
- bioconda
- defaults
- anaconda
- conda-forge
- bioconda
- jannessp # for pod5
- defaults
dependencies:
- python
- numpy
Expand Down

0 comments on commit a2040b8

Please sign in to comment.