Skip to content

Commit b1e393e

Browse files
committed
Test
1 parent 5b89f8e commit b1e393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ runs:
1313
cache-dependency-path: ${{ github.action_path }}/requirements.txt
1414
- name: Install Dependencies
1515
shell: bash
16-
run: pip install ${{ github.action_path }}/requirements.txt
16+
run: pip install -r ${{ github.action_path }}/requirements.txt

0 commit comments

Comments
 (0)