Skip to content

Commit b186cd3

Browse files
committed
Fix requirements path
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 9e82411 commit b186cd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kernel-demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515
steps:
1616
- name: Check amqtt install
17-
run: pip install -r $GITHUB_ACTION_PATH/requirements.txt
17+
run: pip install -r .github/workflows/requirements.txt
1818
shell: bash
1919

2020
WIN32-MSVC:

0 commit comments

Comments
 (0)