Skip to content

Commit

Permalink
also test docker python ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 30, 2020
1 parent e219d7d commit 14c6313
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
run: |
mkdir -p ~/.ncbi/;
printf '/LIBS/GUID = "%s"\n' `uuidgen` > ~/.ncbi/user-settings.mkfg;
- name: test python versions
run: |
pip freeze | grep ptyprocess
# run help
- name: run help
run: singularity exec plague-phylogeography_dev.sif snakemake --profile profiles/gh-actions help;
Expand Down

0 comments on commit 14c6313

Please sign in to comment.