Skip to content

Commit

Permalink
list conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jun 19, 2020
1 parent 021b911 commit 77ddfd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:

# Install the pipeline and dependencies
install:
pipeline:
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -67,6 +67,7 @@ jobs:
CONDA_ENV: "phylo-env"
shell: bash -l {0}
run: |
conda info --envs
conda activate ${CONDA_ENV}
nextflow run ktmeaton/plague-phylogeography -r ${NF_REV}\
--sqlite results/ncbimeta_db/update/latest/output/database/yersinia_pestis_db.sqlite \
Expand Down

0 comments on commit 77ddfd3

Please sign in to comment.