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 cc824d0 commit 52335caCopy full SHA for 52335ca
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
run: |
22
apt update
23
- apt install -y -y -q -q python3-pip
+ apt install -y -y -q -q python3-pip python3-virtualenv
24
virtualenv V
25
26
- name: Install pinned dependencies
0 commit comments