Skip to content

Commit 53d7968

Browse files
committed
bugfix
1 parent a78dab4 commit 53d7968

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
- name: Install Python dependencies
4545
run: |
4646
apt-get install -y tox rust-all cargo
47+
- name: Activate Python virtual environment
48+
python3 -m venv venv
4749
. venv/bin/activate
4850
pip install --upgrade pip
4951
- name: Test 32-bit

0 commit comments

Comments
 (0)