Skip to content

Commit 686dc65

Browse files
committed
fix: pre-install poetry on runner
1 parent c2b7c8d commit 686dc65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Install dependencies
22-
if: steps.cache_dep.cache-hit != 'true'
2322
run: |
24-
python3 -m pip install -U pip poetry
2523
poetry --version
2624
poetry check --no-interaction
2725
poetry config virtualenvs.in-project true

0 commit comments

Comments
 (0)