Skip to content

Commit

Permalink
Merge pull request antmicro#30 from flynneva/main
Browse files Browse the repository at this point in the history
Use GITHUB_ACTION_PATH for requirements.txt file
  • Loading branch information
tgorochowik authored May 2, 2023
2 parents 48bf493 + 355770d commit 7dd0d00
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 @@ -73,7 +73,7 @@ runs:
shell: bash

- id: install-pip-packages
run: pip3 install -r requirements.txt
run: pip3 install -r ${GITHUB_ACTION_PATH}/requirements.txt
shell: bash

- id: create-pip-virtual-environment
Expand Down

0 comments on commit 7dd0d00

Please sign in to comment.