ci: Add python setup

Cause apparently you can use an action inside of an action. Yet.
This commit is contained in:
Edmund Miller 2021-01-22 22:07:55 -06:00
parent d00bd5f6b1
commit 474a6fad64
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -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: