mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-20 12:34:23 -04:00
sudo
This commit is contained in:
parent
6c5df1cffc
commit
3139aa9a57
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue