Skip to content

Commit cf32397

Browse files
upload script command
1 parent 8d258d4 commit cf32397

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,16 @@ jobs:
176176
echo "MACAE_URL_API=https://${MACAE_URL_API}" >> $GITHUB_OUTPUT
177177
echo "CONTAINER_APP=${CONTAINER_APP_NAME}" >> $GITHUB_OUTPUT
178178
179+
- name: Setup Python
180+
uses: actions/setup-python@v5
181+
with:
182+
python-version: '3.11.9'
183+
184+
- name: Install Python Dependencies
185+
run: |
186+
python -m pip install --upgrade pip
187+
pip install requests
188+
179189
- name: Run Post deployment scripts
180190
run: |
181191
set -e

0 commit comments

Comments
 (0)