Skip to content

Bump the python-packages group with 3 updates #207

Bump the python-packages group with 3 updates

Bump the python-packages group with 3 updates #207

Workflow file for this run

name: Unit tests
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-env
- name: Run pytest
run: poetry run pytest