Skip to content

add workflows

add workflows #2

Workflow file for this run

name: ubuntu
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Pip install package
run: python3 -m pip install .
- name: Pytest
run: python3 -m pip install pytest && python3 -m pytest