File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
22
python -m pip install --upgrade pip
23
23
pip install .
24
24
25
+ - name : Install Nextflow
26
+ run : |
27
+ mkdir /tmp/nextflow
28
+ cd /tmp/nextflow
29
+ wget -qO- get.nextflow.io | bash
30
+ sudo ln -s /tmp/nextflow/nextflow /usr/local/bin/nextflow
31
+
25
32
- name : Run synchronisation
26
33
if : github.repository == 'nf-core/tools'
27
34
env :
Original file line number Diff line number Diff line change 7
7
* Travis CI tests are now deprecated in favor of GitHub Actions within the pipeline template.
8
8
* ` nf-core bump-version ` support has been removed for ` .travis.yml `
9
9
* ` nf-core lint ` now fails if a ` .travis.yml ` file is found
10
- * Ported nf-core/tools Travis CI automation to GitHub Actions
10
+ * Ported nf-core/tools Travis CI automation to GitHub Actions.
11
11
* Fixed the build for the nf-core/tools API documentation on the website
12
12
13
13
### Template
You can’t perform that action at this time.
0 commit comments