Skip to content

Commit 399ea34

Browse files
Github Workflow fix for all modules
1 parent f911f57 commit 399ea34

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/all_module_test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ jobs:
3939
pip install --upgrade pip==22.2.2
4040
sudo apt update
4141
sudo apt install -y wget
42-
#sudo apt install -y awscli
43-
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
44-
unzip awscliv2.zip
45-
sudo ./aws/install
42+
#curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
43+
#unzip awscliv2.zip
44+
#sudo ./aws/install
4645
aws s3 cp ${{ secrets.BUILD_REQUIREMENTS }} /tmp/requirements.txt
4746
pip install --no-cache-dir -r /tmp/requirements.txt
4847
aws s3 cp ${{ secrets.MAIN_MODULE_BUILD_PACKAGE }} /tmp/main_module.tar.gz

0 commit comments

Comments
 (0)