We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b186cd3 commit 461da33Copy full SHA for 461da33
1 file changed
.github/workflows/kernel-demos.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: windows-latest
15
steps:
16
- name: Check amqtt install
17
- run: pip install -r .github/workflows/requirements.txt
+ run: pip install -r ./requirements.txt
18
shell: bash
19
20
WIN32-MSVC:
0 commit comments