Skip to content

Commit 21a3d89

Browse files
committed
run tox in venv
1 parent 6fcef2c commit 21a3d89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
. venv/bin/activate
5555
pip install --upgrade pip
5656
- name: Test 32-bit
57-
run: tox -c /__w/Radicale/Radicale/pyproject.toml -e py
57+
run: |
58+
. venv/bin/activate
59+
tox -c /__w/Radicale/Radicale/pyproject.toml -e py
5860
5961
test-ubuntu-python-oldest:
6062
name: Test Ubuntu (latest Python:oldest)

0 commit comments

Comments
 (0)