Skip to content

Update README.md

Update README.md #12

Workflow file for this run

name: python
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: davidkhala/poetry-buildpack@main
with:
test-entry-point: pytest
tests: py/tests
working-directory: py
env:
GITHUB_TOKEN: ${{secrets.PAT}}