We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78dab4 commit 53d7968Copy full SHA for 53d7968
.github/workflows/test.yml
@@ -44,6 +44,8 @@ jobs:
44
- name: Install Python dependencies
45
run: |
46
apt-get install -y tox rust-all cargo
47
+ - name: Activate Python virtual environment
48
+ python3 -m venv venv
49
. venv/bin/activate
50
pip install --upgrade pip
51
- name: Test 32-bit
0 commit comments