Skip to content

Merge remote-tracking branch 'remotes/origin/master' #5

Merge remote-tracking branch 'remotes/origin/master'

Merge remote-tracking branch 'remotes/origin/master' #5

Workflow file for this run

on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: 3.11.8
cache: 'poetry'
- run: poetry install
- run: source activate && pytest