Skip to content

test on python 3.13 #294

test on python 3.13

test on python 3.13 #294

Workflow file for this run

name: Pylint
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: python3 -m pip install poetry
- run: poetry install --with dev
- run: poetry run python -m pylint llmio examples