Skip to content

add more CLI logging messages #145

add more CLI logging messages

add more CLI logging messages #145

Workflow file for this run

name: Run pytest on pgscatalog.core
on:
push:
paths:
- 'pgscatalog.core/**.py'
pull_request:
paths:
- 'pgscatalog.core/**.py'
jobs:
pytest-core:
uses: ./.github/workflows/pytest.yaml
with:
package-directory: "pgscatalog.core"