Skip to content

Commit 0fb2595

Browse files
committed
CI: исправлен запуск тестов при prod deploy
1 parent cbbde55 commit 0fb2595

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
path: .venv
3737
key: pydeps-${{ hashFiles('**/poetry.lock') }}
3838

39-
- run: poetry install --no-root
40-
if: steps.cache-deps.outputs.cache-hit != 'true'
39+
- run: poetry install
4140

4241
- run: poetry run pip install setuptools
4342

0 commit comments

Comments
 (0)