Skip to content

Modify load_feature_tables() function to allow for absolute & relative paths #281

Modify load_feature_tables() function to allow for absolute & relative paths

Modify load_feature_tables() function to allow for absolute & relative paths #281

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