Skip to content

Install pandoc, needed by pypandoc #462

Install pandoc, needed by pypandoc

Install pandoc, needed by pypandoc #462

Workflow file for this run

---
name: Run Tox
# yamllint disable rule:truthy
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
with:
tox_env: py39,py312,lint
dnf_install: >-
--repo fedora --repo updates
krb5-devel
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop