We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423c1a4 commit 86bf4c1Copy full SHA for 86bf4c1
.github/workflows/build-ci.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Make virtual environment
60
shell: bash
61
run: |
62
+ pip install virtualenv
63
virtualenv .venv
64
. .venv/bin/activate
65
0 commit comments