bugfix
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -44,6 +44,8 @@ jobs:
|
|||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y tox rust-all cargo
|
apt-get install -y tox rust-all cargo
|
||||||
|
- name: Activate Python virtual environment
|
||||||
|
python3 -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
- name: Test 32-bit
|
- name: Test 32-bit
|
||||||
|
|||||||
Reference in New Issue
Block a user