Skip to content

Commit 281c046

Browse files
committed
sudo all the system packages
1 parent e8b6c09 commit 281c046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -q -r requirements.txt
23-
snap install --edge vale
23+
sudo snap install --edge vale
2424
2525
- name: Run tests with make test
2626
run: make test vale

0 commit comments

Comments
 (0)