Skip to content

Convert OR / HR fields with empty string to None #169

Convert OR / HR fields with empty string to None

Convert OR / HR fields with empty string to None #169

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"