Skip to content

Commit e13fff6

Browse files
committed
add sudo
1 parent f9055bb commit e13fff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

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

6767
- name: Install dependencies
6868
run: |
69-
apt-get install python-setuptools
69+
sudo apt-get install python-setuptools
7070
pip install tox
7171
7272
- name: Run tests

0 commit comments

Comments
 (0)