File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 with :
2828 python-version : ' 3.10'
2929
30- - name : Install dependencies for Amazon Linux 2
30+ - name : Build Amazon Linux 2 compatible package
3131 run : |
3232 python -m pip install --upgrade pip
3333 # Amazon Linux 2コンテナで依存関係をビルド
3737 yum update -y
3838 yum install -y python3 python3-pip
3939 python3 -m pip install --upgrade pip
40+ mkdir -p package
4041 python3 -m pip install -r requirements.txt -t ./package
4142 echo 'Dependencies installed for Amazon Linux 2'
4243 ls -la ./package
@@ -122,7 +123,7 @@ jobs:
122123 ENVIRONMENT="development"
123124 fi
124125
125- echo "Deployment completed for branch: ${{ github.ref }}"
126+ echo "Amazon Linux 2 deployment completed for branch: ${{ github.ref }}"
126127 echo "Stack name: $STACK_NAME"
127128 echo "Environment: $ENVIRONMENT"
128129 echo "Commit: ${{ github.sha }}"
You can’t perform that action at this time.
0 commit comments