Skip to content

python: lots of linting/pytest/tox fixes #2

python: lots of linting/pytest/tox fixes

python: lots of linting/pytest/tox fixes #2

Workflow file for this run

name: python
on:
pull_request:
jobs:
venv:
runs-on: ubuntu-latest
permissions: {}
container:
image: registry.fedoraproject.org/fedora:38
timeout-minutes: 10
steps:
- name: Install tox
run: sudo dnf install -y tox
- name: Clone repository
uses: actions/checkout@v3
- name: Run tests
run: tox -m venv