File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3030 wget -qO- https://get.nextflow.io | bash
3131 sudo mv nextflow /usr/local/bin/
3232 nextflow -version
33+ - name : Install Python build dependencies
34+ run : |
35+ python -m pip install --upgrade pip
36+ pip install build
3337 - name : Test versions
3438 run : |
3539 # Get plugin version from plugins/nf-python/src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change 4141 with :
4242 distribution : ' temurin'
4343 java-version : ' 17'
44+ - name : Set up Python
45+ uses : actions/setup-python@v5
46+ with :
47+ python-version : ' 3.10'
48+ - name : Install Python build dependencies
49+ run : |
50+ python -m pip install --upgrade pip
51+ pip install build
4452 - name : Build Nextflow plugin
4553 run : |
4654 make buildPlugins
You can’t perform that action at this time.
0 commit comments