Skip to content

update poetry, nox-poetry, update to 2.0 poetry toml #67

update poetry, nox-poetry, update to 2.0 poetry toml

update poetry, nox-poetry, update to 2.0 poetry toml #67

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox==2024.10.9
- run: pip install nox-poetry==1.1.0
- run: pip install poetry==2.0.1
- run: nox --python ${{ matrix.python-version }}