We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e82411 commit b186cd3Copy full SHA for b186cd3
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_ACTION_PATH/requirements.txt
+ run: pip install -r .github/workflows/requirements.txt
18
shell: bash
19
20
WIN32-MSVC:
0 commit comments