Skip to content

issue1188

issue1188 #6

Workflow file for this run

name: issue1188
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'poetry'
- name: Sync dependencies
run: poetry sync
- name: Install tox
run: pip install tox
- name: Run tox
run: tox