mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +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
|
NXF_ANSI_LOG: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: "3.x"
|
||||||
- name: Nextflow pytest-workflow
|
- name: Nextflow pytest-workflow
|
||||||
uses: Emiller88/pytest-workflow-composite-action@master
|
uses: Emiller88/pytest-workflow-composite-action@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue