Skip to content

Commit

Permalink
finish test-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TinnNguyen committed Dec 11, 2024
1 parent 23ee051 commit dacaeac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
apt update
apt install python3.8 python3-venv -y
python3.8 -m venv --without-pip venv
chmod +x ./venv/bin/activate
/bin/bash source ./venv/bin/activate
/bin/bash source venv/bin/activate
curl https://bootstrap.pypa.io/get-pip.py | python
pip3 install -r requirements.txt
python3 main.py --protocol rpc
Expand Down

0 comments on commit dacaeac

Please sign in to comment.