Skip to content

Add retries to request sessions #195

Add retries to request sessions

Add retries to request sessions #195

name: Run Tox
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
tox_env:
- py310
- flake8
- black
steps:
- uses: actions/checkout@v2
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
with:
dnf_install: --repo fedora pandoc
tox_env: ${{ matrix.tox_env }}