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 1fed3c8 commit 5099b12Copy full SHA for 5099b12
1 file changed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Install
55
run: |
56
- sudo apt install -q -q python3-virtualenv virtualenv
+ apt install -q -q python3-virtualenv virtualenv
57
virtualenv -p ${{matrix.python}} V
58
59
- name: Build scripts
0 commit comments