Skip to content

.github/workflows: add a tox-venv test #1

.github/workflows: add a tox-venv test

.github/workflows: add a tox-venv test #1

Workflow file for this run

name: python

Check failure on line 1 in .github/workflows/python-venv.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/python-venv.yaml

Invalid workflow file

`venv` is not a valid event name
on:
pull_request:
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