Skip to content

Commit

Permalink
hard code rev nf eager
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jun 18, 2020
1 parent 8953012 commit eb67aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
CONDA_ENV: "nf-core-eager-2.2.0dev"
shell: bash -l {0}
run: |
nextflow pull nf-core/eager -r ${NF_REV}
nextflow pull nf-core/eager -r 7b51863957
conda env create -f ~/.nextflow/assets/nf-core/eager/environment.yml
conda install -n ${CONDA_ENV} -c anaconda graphviz
Expand Down

0 comments on commit eb67aa5

Please sign in to comment.