Skip to content

fix: initialize selected_columns in session state to ensure proper ha… #31

fix: initialize selected_columns in session state to ensure proper ha…

fix: initialize selected_columns in session state to ensure proper ha… #31

Workflow file for this run

name: Pytest
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
cache: true
- name: Install dependencies
run: pdm install
- name: Test with pytest
run: |
pdm run pytest