change(feat/OPS-31): added poetry to be installed first

This commit is contained in:
Amrasil 2025-03-26 22:39:43 +01:00
parent 316cfcfaad
commit 278259940a

View file

@ -17,6 +17,8 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10'
- name: Poetry
run: pip install poetry
- name: Install dependencies - name: Install dependencies
run: poetry install run: poetry install