We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f59a5 commit 9e82411Copy full SHA for 9e82411
2 files changed
.github/workflows/kernel-demos.yml
@@ -9,6 +9,14 @@ env:
9
bashEnd: \033[0m
10
11
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
+
20
WIN32-MSVC:
21
name: WIN32 MSVC
22
runs-on: windows-latest
.github/workflows/requirements.txt
@@ -0,0 +1,2 @@
1
+amqtt==0.10.1
2
+pyOpenSSL
0 commit comments