Skip to content

Merge pull request #286 from augustobmoura/fix/incorrect-get-fieldset… #150

Merge pull request #286 from augustobmoura/fix/incorrect-get-fieldset…

Merge pull request #286 from augustobmoura/fix/incorrect-get-fieldset… #150

Workflow file for this run

name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Run tox
run: |
python -m pip install --upgrade pip
pip install tox
tox