Skip to content

Migration renaming some donation centers #496

Migration renaming some donation centers

Migration renaming some donation centers #496

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
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: pkgconfig(libffi) glibc-langpack-cs libicu-devel sqlite-devel
strategy:
matrix:
tox_env: [py310, py311, py312, lint]
# Use GitHub's Linux Docker host
runs-on: ubuntu-latest