mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-06 13:24:24 -04:00
see if we can avoid sudo
This commit is contained in:
parent
fbc16f4d7b
commit
e4e42849d6
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue