Skip to content

Commit 9e82411

Browse files
committed
Debug amqtt install failure
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 67f59a5 commit 9e82411

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/kernel-demos.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ env:
99
bashEnd: \033[0m
1010

1111
jobs:
12+
WIN32-Test:
13+
name: WIN32 Test
14+
runs-on: windows-latest
15+
steps:
16+
- name: Check amqtt install
17+
run: pip install -r $GITHUB_ACTION_PATH/requirements.txt
18+
shell: bash
19+
1220
WIN32-MSVC:
1321
name: WIN32 MSVC
1422
runs-on: windows-latest

.github/workflows/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
amqtt==0.10.1
2+
pyOpenSSL

0 commit comments

Comments
 (0)