Skip to content

Clean up a bit test_legacy #3134

Clean up a bit test_legacy

Clean up a bit test_legacy #3134

Workflow file for this run

name: Python unit tests
on: push
jobs:
test:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false
uses: ./.github/workflows/python-poetry-tests-with-data.yml
with:
python-version: ${{ matrix.python-version }}
poetry-extras: "-E mark -E box"
data-version: "v1"
data-download: "./tests/data/assets.sh"