Skip to content

drop DEFAULT_PYTHON_VERSION #8

drop DEFAULT_PYTHON_VERSION

drop DEFAULT_PYTHON_VERSION #8

Workflow file for this run

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