mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-24 23:09:42 -05:00
sudo
This commit is contained in:
parent
68bff3fd50
commit
0d48d2a354
@ -22,9 +22,9 @@ jobs:
|
||||
name: install dependencies
|
||||
command: |
|
||||
sudo apt-get update && sudo apt-get install python3-pyqt5
|
||||
pip3 install -r install/requirements.txt
|
||||
pip3 install -r install/requirements-tests.txt
|
||||
pip3 install pytest-cov flake8
|
||||
sudo pip3 install -r install/requirements.txt
|
||||
sudo pip3 install -r install/requirements-tests.txt
|
||||
sudo pip3 install pytest-cov flake8
|
||||
|
||||
# run tests!
|
||||
- run:
|
||||
|
Loading…
Reference in New Issue
Block a user