Skip to content

Updated parse requires handler and fixed outputs list #51

Updated parse requires handler and fixed outputs list

Updated parse requires handler and fixed outputs list #51

Workflow file for this run

name: tox
on:
- push
- pull_request
jobs:
tox:
strategy:
fail-fast: false
matrix:
python-version: ['3.11', '3.10']
os: ['ubuntu-latest']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install tox
run: pip install --upgrade tox virtualenv
- name: run tox
run: tox -e py