Skip to content

Fix python version in tox #2577

Fix python version in tox

Fix python version in tox #2577

Workflow file for this run

name: checks
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
tox:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install tox
- name: Test with tox
run: tox -e py