Skip to content

Commit

Permalink
actually add docker py test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 30, 2020
1 parent 14c6313 commit 3b52517
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ jobs:
- name: docker pull
run: docker pull ktmeaton/plague-phylogeography:dev
#------------------------------------------------------------------------#
# Troubleshoot report command versions
- name: test python versions
run: |
pip freeze | grep ptyprocess
# run help
- name: run help
run: docker run -v $PWD:/pipeline -w /pipeline ktmeaton/plague-phylogeography:dev snakemake --profile profiles/gh-actions help;

0 comments on commit 3b52517

Please sign in to comment.