Skip to content

Commit f60e465

Browse files
committed
Provide relative path
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 9576ca1 commit f60e465

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
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4.1.1
1717
- name: Check amqtt install
18-
run: pip install -r ./requirements.txt
18+
run: pip install -r .github/workflows/requirements.txt
1919

2020
WIN32-MSVC:
2121
name: WIN32 MSVC

0 commit comments

Comments
 (0)