Skip to content

Bump ruff from 0.4.9 to 0.6.3 #57

Bump ruff from 0.4.9 to 0.6.3

Bump ruff from 0.4.9 to 0.6.3 #57

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- run: pipx inject poetry poetry-plugin-export
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "poetry"
- run: poetry export -f requirements.txt -o requirements.txt --without=dev
- run: poetry install