Skip to content

Fix type information #12

Fix type information

Fix type information #12

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update pip and install pytest
run: |
python3 -m pip install --upgrade pip
python3 -m pip install pytest
- name: Install
run: python3 -m pip install .
- name: Run tests
run: python -m pytest