Skip to content

fix testsuite

fix testsuite #107

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 }}
strategy:
matrix:
tox_env:
# sync with /tox.ini
- py36
- py37
- py311
- py312
- py313
dnf_install: python3dist(dnf)

Check failure on line 30 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: 30, Col: 22): Unexpected value 'python3dist(dnf)'
# Use GitHub's Linux Docker host
runs-on: ubuntu-latest