Skip to content

Commit 59301e6

Browse files
authored
Merge pull request #519 from PROCOLLAB-github/dev
CI: исправлен запуск тестов при prod deploy
2 parents 0b8e284 + 70f3d31 commit 59301e6

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)