Skip to content

Commit 5099b12

Browse files
Remove 'sudo'
1 parent 1fed3c8 commit 5099b12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Install
5555
run: |
56-
sudo apt install -q -q python3-virtualenv virtualenv
56+
apt install -q -q python3-virtualenv virtualenv
5757
virtualenv -p ${{matrix.python}} V
5858
5959
- name: Build scripts

0 commit comments

Comments
 (0)