Skip to content

Commit

Permalink
update scripts/run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Oct 27, 2023
1 parent 5005467 commit df8fa9e
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 @@ -22,9 +22,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.118.0/deltachat-rpc-server-x86_64" -o ~/.cargo/bin/deltachat-rpc-server
chmod +x ~/.cargo/bin/deltachat-rpc-server

pip3 install deltachat-rpc-server
fi

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

0 comments on commit df8fa9e

Please sign in to comment.