Skip to content

Commit

Permalink
fix test_compose.sh 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Oct 9, 2024
1 parent 10aae15 commit 0398b34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ done
. "$HOME/.profile"
cd counterparty-core

cd ../counterparty-rs/
sudo pip3 install -e .
cd ../counterparty-core/
sudo pip3 install -r requirements.txt
sudo python3 -m pytest counterpartycore/test/mainnet_test.py --testapidb --comparehashes
cd ..
Expand Down

0 comments on commit 0398b34

Please sign in to comment.