diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd0f03bd..107346ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,6 +44,8 @@ jobs: - name: Install Python dependencies run: | apt-get install -y tox rust-all cargo + - name: Activate Python virtual environment + python3 -m venv venv . venv/bin/activate pip install --upgrade pip - name: Test 32-bit