Skip to content

Commit 2ca9162

Browse files
committed
ELI-452: install request using poetry
1 parent cdc784b commit 2ca9162

File tree

3 files changed

+5
-93
lines changed

3 files changed

+5
-93
lines changed

.github/workflows/base-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ jobs:
144144
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=apply"
145145
make terraform env=$ENVIRONMENT stack=api-layer tf-command=apply workspace=$WORKSPACE
146146
147+
- run: poetry install
148+
147149
- name: "Tag and Release"
148150
if: ${{ needs.metadata.outputs.environment == 'preprod' || needs.metadata.outputs.environment == 'prod' }}
149151
env:
@@ -152,7 +154,7 @@ jobs:
152154
INPUT_RELEASE_TYPE: ${{ inputs.release_type }}
153155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
154156
GITHUB_REPOSITORY: ${{ github.repository }}
155-
run: python tag_and_release.py
157+
run: python scripts/seed_users/tag_and_release.py
156158

157159

158160
regression-tests:

.github/workflows/cicd-3-test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
tag:
1010
description: "Branch/Tag/SHA to deploy to test"
1111
required: true
12-
default: "dev-20250916094908"
12+
default: "feauture/te-sd-ELI-452-cicd-improvements"
1313
release_type:
1414
description: "Version bump type (use 'rc' to keep the same base and just increment RC)"
1515
required: true
@@ -79,8 +79,7 @@ jobs:
7979
with:
8080
python-version: "3.13"
8181

82-
- name: Install dependencies
83-
run: pip install requests
82+
- run: poetry install
8483

8584
- name: "Checkout Repository"
8685
uses: actions/checkout@v5

.github/workflows/test-tag-and-release.yaml

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)