Skip to content

feat: add items_length to session state and update transformation logic #59

feat: add items_length to session state and update transformation logic

feat: add items_length to session state and update transformation logic #59

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.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