run tox in venv

This commit is contained in:
Peter Bieringer
2026-02-14 06:13:36 +01:00
parent 6fcef2c25f
commit 21a3d8914f

View File

@@ -54,7 +54,9 @@ jobs:
. venv/bin/activate
pip install --upgrade pip
- name: Test 32-bit
run: tox -c /__w/Radicale/Radicale/pyproject.toml -e py
run: |
. venv/bin/activate
tox -c /__w/Radicale/Radicale/pyproject.toml -e py
test-ubuntu-python-oldest:
name: Test Ubuntu (latest Python:oldest)