Skip to content

Commit

Permalink
update scripts/run_tests.sh to install deltachat-rpc-server from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Oct 27, 2023
1 parent 251dfd0 commit afe32ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ fi
if ! command -v deltachat-rpc-server &> /dev/null
then
echo "deltachat-rpc-server could not be found, installing..."
curl -L "https://github.com/deltachat/deltachat-core-rust/releases/download/v1.120.0/deltachat-rpc-server-x86_64" -o ~/.cargo/bin/deltachat-rpc-server
chmod +x ~/.cargo/bin/deltachat-rpc-server

pip3 install -U deltachat-rpc-server
fi

if ! command -v courtney &> /dev/null
Expand Down

0 comments on commit afe32ec

Please sign in to comment.