Skip to content

Commit 83712f5

Browse files
committed
Update test.yml
1 parent 2897391 commit 83712f5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
- uses: actions/checkout@v3
1515

1616
- name: Set up Nextflow
17-
uses: nextflow-io/setup-nextflow@v1
18-
with:
19-
version: "latest"
17+
run: |
18+
curl -s https://get.nextflow.io | bash
19+
mv nextflow /usr/local/bin/
20+
nextflow -version
2021
2122
- name: Set up Docker
2223
uses: docker/setup-buildx-action@v2
@@ -108,9 +109,10 @@ jobs:
108109
- uses: actions/checkout@v3
109110

110111
- name: Set up Nextflow
111-
uses: nextflow-io/setup-nextflow@v1
112-
with:
113-
version: "latest"
112+
run: |
113+
curl -s https://get.nextflow.io | bash
114+
mv nextflow /usr/local/bin/
115+
nextflow -version
114116
115117
- name: Set up Docker
116118
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)