Skip to content

Commit

Permalink
Merge pull request #348 from jodyphelan/dev
Browse files Browse the repository at this point in the history
update testing
  • Loading branch information
jodyphelan committed Apr 29, 2024
2 parents bf8feb9 + 06cfc17 commit c93aed0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@ jobs:

- name: install dependancies
run: |
mamba create -n test tb-profiler -y
wget https://raw.githubusercontent.com/jodyphelan/TBProfiler/dev/conda/linux-latest.txt
conda create --name test --file linux-latest.txt
- name: Install dependencies
run: |
conda activate test
pip install --force-reinstall git+https://github.com/jodyphelan/pathogen-profiler.git@dev
pip install --force-reinstall .
- name: Run tests
run: |
Expand Down

0 comments on commit c93aed0

Please sign in to comment.