Skip to content

Commit 3596cd7

Browse files
committed
fix(test): always install python, not only for poetry based workflows
1 parent fa8c292 commit 3596cd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ runs:
4040
with:
4141
fetch-depth: 0
4242
- name: Setup python
43-
if: hashFiles('poetry.lock') != ''
4443
uses: actions/setup-python@v5
4544
# First we attempt to run a pip-based workflow if there is no poetry.lock
4645
- name: Install pip dependencies

0 commit comments

Comments
 (0)