Skip to content

WIP

WIP #62

Workflow file for this run

name: Python
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: dschep/install-pipenv-action@v1
- run: |
pipenv install --dev
pipenv run pytest