Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 6, 2024
1 parent 8338b99 commit 47dce85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
python-version: '3.10'
- name: Install Dependencies
shell: bash
run: pip install -r requirements.txt
run: pip install -r ${GITHUB_ACTION_PATH}/requirements.txt
- name: List Make Prerequisites
id: list-make-prerequisites
shell: bash
Expand Down

0 comments on commit 47dce85

Please sign in to comment.