Skip to content

Update dependency tox to v4.18.0 #413

Update dependency tox to v4.18.0

Update dependency tox to v4.18.0 #413

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "poetry"
- run: poetry install
- name: tox
run: |
poetry run tox