Skip to content

Commit 1b96d35

Browse files
authored
ci: add dependency python module solana
1 parent c16ca9c commit 1b96d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/deployer/init_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ sudo chmod a+x /usr/local/bin/dasel
166166

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

0 commit comments

Comments
 (0)