Skip to content

Commit

Permalink
removing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Aug 15, 2021
1 parent 51208a7 commit 14ea801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Performing a quick library installation.
# https://stackoverflow.com/questions/19048732/python-setup-py-develop-vs-install
sudo pip install -e ../ --no-deps
pip install -e ../ --no-deps

# Run all unit tests.
python2.7 -m unittest discover .

0 comments on commit 14ea801

Please sign in to comment.