Skip to content

Use only one output dir for local generation #110

Use only one output dir for local generation

Use only one output dir for local generation #110

Workflow file for this run

name: run_tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
if: "!contains(github.event.head_commit.message, 'Bump version')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e .[test]
- name: Test with pytest
run: |
pytest -v --cov