Skip to content

Commit

Permalink
fix(test): always install python, not only for poetry based workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed Apr 19, 2024
1 parent fa8c292 commit 3596cd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ runs:
with:
fetch-depth: 0
- name: Setup python
if: hashFiles('poetry.lock') != ''
uses: actions/setup-python@v5
# First we attempt to run a pip-based workflow if there is no poetry.lock
- name: Install pip dependencies
Expand Down

0 comments on commit 3596cd7

Please sign in to comment.