Fix lint and release

This commit is contained in:
2025-02-27 17:32:33 +00:00
parent 076e2464a0
commit 74dac7603e
3 changed files with 18 additions and 12 deletions

View File

@@ -13,13 +13,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Lint with ruff
run: |
make lint