use venv, extend package list
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -43,9 +43,12 @@ jobs:
|
|||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y tox
|
apt-get install -y tox rust cargo
|
||||||
|
. venv/bin/activate
|
||||||
|
pip install --upgrade pip
|
||||||
- name: Test 32-bit
|
- name: Test 32-bit
|
||||||
run: |
|
run: |
|
||||||
|
. venv/bin/activate
|
||||||
tox -c /__w/Radicale/Radicale/pyproject.toml -e py
|
tox -c /__w/Radicale/Radicale/pyproject.toml -e py
|
||||||
|
|
||||||
test-ubuntu-python-oldest:
|
test-ubuntu-python-oldest:
|
||||||
|
|||||||
Reference in New Issue
Block a user