Skip to content

Changes generated by 09cba896d28f19a7cd725f9a724b998b35c6cc55 #189

Changes generated by 09cba896d28f19a7cd725f9a724b998b35c6cc55

Changes generated by 09cba896d28f19a7cd725f9a724b998b35c6cc55 #189

Workflow file for this run

name: build
on: push
jobs:
test:
strategy:
fail-fast: false
matrix:
python_version: [3.11, '3.10', 3.9, 3.8]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
cache-dependency-path: "**/requirements-dev.txt"
- name: Test
run: |-
pip install -r requirements-dev.txt
pytest