Skip to content

Commit f73e158

Browse files
Nir.TalNir.Tal
authored andcommitted
fix: consolidate pre commit
1 parent 0f7d84a commit f73e158

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/devRun.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
path: .venv
3131
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
3232
- name: Install Dependencies
33-
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
3433
run: poetry install --no-interaction --no-root
3534
- name: Install Playwright Browsers
3635
run: npx playwright install --with-deps

0 commit comments

Comments
 (0)