Skip to content

fix testsuite

fix testsuite #111

Workflow file for this run

---
on:
push:
branches:
- main
pull_request:
branches:
- main
name: Run Tox tests
jobs:
tox_test:
name: Tox test
steps:
- uses: actions/checkout@v3
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
dnf_install: python3-dnf

Check failure on line 21 in .github/workflows/fedora-tox.yml

View workflow run for this annotation

GitHub Actions / Run Tox tests

Invalid workflow file

The workflow is not valid. .github/workflows/fedora-tox.yml (Line: 21, Col: 9): Unexpected value 'dnf_install'
strategy:
matrix:
tox_env:
# sync with /tox.ini
- py36
- py37
- py311
- py312
- py313
# Use GitHub's Linux Docker host
runs-on: ubuntu-latest