add dep tox

This commit is contained in:
Peter Bieringer
2026-02-17 08:11:12 +01:00
parent ffbeea9018
commit 2e9c9259dd

View File

@@ -41,6 +41,9 @@ jobs:
apt-get install -y git
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install Python dependencies
run: |
apt-get install -y tox
- name: Test 32-bit
run: |
tox -c /__w/Radicale/Radicale/pyproject.toml -e py