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