mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-12 15:59:30 -05:00
see if we can avoid sudo
This commit is contained in:
parent
d5881286be
commit
eb63a045f3
@ -18,10 +18,10 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: install dependencies
|
name: install dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update && sudo apt-get install python3-pyqt5 python3-pip
|
apt-get update && apt-get install python3-pyqt5 python3-pip
|
||||||
sudo pip3 install -r install/requirements.txt
|
pip3 install -r install/requirements.txt
|
||||||
sudo pip3 install -r install/requirements-tests.txt
|
pip3 install -r install/requirements-tests.txt
|
||||||
sudo pip3 install pytest-cov flake8
|
pip3 install pytest-cov flake8
|
||||||
|
|
||||||
# run tests!
|
# run tests!
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
Reference in New Issue
Block a user