Skip to content

Commit

Permalink
update nextflow install
Browse files Browse the repository at this point in the history
  • Loading branch information
essharom committed Aug 21, 2024
1 parent 70542a5 commit 2815315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: stracquadaniolab/[email protected]

- name: Move Nextflow to /usr/local/bin
run: mv ./nextflow /usr/local/bin/nextflow
run: mv /home/runner/work/gnn-suite/gnn-suite/nextflow /usr/local/bin/nextflow

- name: Cache Nextflow dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
# platforms: linux/amd64
# push: true
# tags: |
# ghcr.io/${
# ghcr.io/${{ github.repository }}:v0.0.10, ghcr.io/${{ github.repository }}:latest

0 comments on commit 2815315

Please sign in to comment.