Skip to content

Commit eb79842

Browse files
committed
#V2 - test
1 parent fb0f124 commit eb79842

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,10 @@ runs:
214214
continue-on-error: true
215215

216216
- name: Install python dependencies
217-
run: pip install -r ${{ github.action_path }}/requirements.txt
217+
run: |
218+
which pip
219+
pip -V
220+
pip install -r ${{ github.action_path }}/requirements.txt
218221
shell: bash
219222

220223
# - name: Execute main script

0 commit comments

Comments
 (0)