Skip to content

Bump ruff from 0.9.4 to 0.9.5 #123

Bump ruff from 0.9.4 to 0.9.5

Bump ruff from 0.9.4 to 0.9.5 #123

Workflow file for this run

name: Isolation tests
on:
pull_request:
workflow_dispatch:
jobs:
isolation_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- run: poetry check
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: poetry build
- run: pip install dist/*.whl
- run: python -m main
continue-on-error: true