Skip to content

test visualization, fix second test ski area #8

test visualization, fix second test ski area

test visualization, fix second test ski area #8

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/[email protected]
- uses: snok/install-poetry@v1
- run: poetry install --ansi --no-interaction
shell: bash
- run: poetry run pytest --color=yes