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