Skip to content

Commit 2eac4df

Browse files
committed
ELI-452: install request using poetry
1 parent 7774a66 commit 2eac4df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,18 @@ jobs:
7474
id-token: write
7575
contents: write
7676
steps:
77+
- name: "Checkout Repository"
78+
uses: actions/checkout@v5
79+
with:
80+
ref: ${{ github.event.inputs.tag }}
81+
7782
- name: "Set up Python"
7883
uses: actions/setup-python@v5
7984
with:
8085
python-version: "3.13"
8186
cache: 'poetry' # caching poetry dependencies
8287
- run: poetry install
8388

84-
- name: "Checkout Repository"
85-
uses: actions/checkout@v5
86-
with:
87-
ref: ${{ github.event.inputs.tag }}
88-
8989
- name: "Manage Release"
9090
env:
9191
ENVIRONMENT: 'preprod'

0 commit comments

Comments
 (0)