We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbb123 commit d4486ceCopy full SHA for d4486ce
1 file changed
.github/workflows/main.yml
@@ -133,7 +133,7 @@ jobs:
133
with:
134
submodules: true
135
- name: Install deps
136
- run: pip install ledgerblue
+ run: pip install --break-system-packages ledgerblue
137
138
- name: Build NanoSP
139
shell: bash -l {0}
@@ -169,7 +169,7 @@ jobs:
169
170
171
172
173
174
- name: Build Stax
175
@@ -204,7 +204,7 @@ jobs:
204
205
206
207
208
209
- name: Build Flex
210
0 commit comments