We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2897391 commit 83712f5Copy full SHA for 83712f5
.github/workflows/test.yml
@@ -14,9 +14,10 @@ jobs:
14
- uses: actions/checkout@v3
15
16
- name: Set up Nextflow
17
- uses: nextflow-io/setup-nextflow@v1
18
- with:
19
- version: "latest"
+ run: |
+ curl -s https://get.nextflow.io | bash
+ mv nextflow /usr/local/bin/
20
+ nextflow -version
21
22
- name: Set up Docker
23
uses: docker/setup-buildx-action@v2
@@ -108,9 +109,10 @@ jobs:
108
109
110
111
112
113
114
115
116
117
118
0 commit comments