Skip to content

Commit 52335ca

Browse files
Install virtualenv
1 parent cc824d0 commit 52335ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
run: |
2222
apt update
23-
apt install -y -y -q -q python3-pip
23+
apt install -y -y -q -q python3-pip python3-virtualenv
2424
virtualenv V
2525
2626
- name: Install pinned dependencies

0 commit comments

Comments
 (0)