Skip to content

Commit 7774a66

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/setup-python@v5
7979
with:
8080
python-version: "3.13"
81-
81+
cache: 'poetry' # caching poetry dependencies
8282
- run: poetry install
8383

8484
- name: "Checkout Repository"

0 commit comments

Comments
 (0)