Skip to content

Commit edc7d9d

Browse files
authored
Update action.yml
1 parent 8475672 commit edc7d9d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: actions/deptry/action.yml

+7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ inputs:
2727
runs:
2828
using: "composite"
2929
steps:
30+
- name: Update pip
31+
shell: bash
32+
working-directory: ${{ inputs.working-directory }}
33+
run: |
34+
# Ensure pip is installed and up-to-date
35+
python -m ensurepip --upgrade
36+
3037
- name: Install and run deptry
3138
shell: bash
3239
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)