Skip to content

Commit a05d150

Browse files
author
sangeet-joy_xero
committed
added sudo to pip audit
1 parent 15dc01e commit a05d150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install --upgrade pip
2828
pip install black
2929
sudo pip install flake8
30-
pip install pip-audit
30+
sudo pip install pip-audit
3131
pip install -r requirements.txt -r requirements/dev.txt
3232
working-directory: xero-python
3333

0 commit comments

Comments
 (0)