mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
ci: Add python setup
Cause apparently you can use an action inside of an action. Yet.
This commit is contained in:
parent
d00bd5f6b1
commit
474a6fad64
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pytest-workflow.yml
vendored
4
.github/workflows/pytest-workflow.yml
vendored
|
@ -12,6 +12,10 @@ jobs:
|
|||
NXF_ANSI_LOG: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- name: Nextflow pytest-workflow
|
||||
uses: Emiller88/pytest-workflow-composite-action@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue