We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcef2c commit 21a3d89Copy full SHA for 21a3d89
.github/workflows/test.yml
@@ -54,7 +54,9 @@ jobs:
54
. venv/bin/activate
55
pip install --upgrade pip
56
- name: Test 32-bit
57
- run: tox -c /__w/Radicale/Radicale/pyproject.toml -e py
+ run: |
58
+ . venv/bin/activate
59
+ tox -c /__w/Radicale/Radicale/pyproject.toml -e py
60
61
test-ubuntu-python-oldest:
62
name: Test Ubuntu (latest Python:oldest)
0 commit comments