Skip to content

Commit

Permalink
ci: add dependency python module solana
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan authored Oct 1, 2024
1 parent c16ca9c commit 1b96d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deployer/init_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ sudo chmod a+x /usr/local/bin/dasel

# Install boto3, yq, and jq
apt-get install python3-pip -y
pip3 install boto3 pwinput
pip3 install boto3 pwinput solana
apt-get install jq -y
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
chmod +x /usr/local/bin/yq
Expand Down

0 comments on commit 1b96d35

Please sign in to comment.