Skip to content

[pdp] Map feature columns to human-friendly names #201

[pdp] Map feature columns to human-friendly names

[pdp] Map feature columns to human-friendly names #201

Workflow file for this run

name: test
on:
pull_request: # any pull request
schedule: # run weekly
- cron: "0 12 * * 0"
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python environment
uses: ./.github/actions/setup-python-env
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
run: |
uv run python -m pytest