Skip to content

Commit 6ba48d1

Browse files
authored
Fix ci (#138)
* Update CI workflow to install ledgerblue with --break-system-packages * Bump version
1 parent c75547c commit 6ba48d1

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
with:
164164
submodules: true
165165
- name: Install deps
166-
run: pip install ledgerblue
166+
run: pip install ledgerblue --break-system-packages
167167
- name: Setup Rust environment
168168
uses: actions-rs/toolchain@v1
169169
with:
@@ -219,7 +219,7 @@ jobs:
219219
with:
220220
submodules: true
221221
- name: Install deps
222-
run: pip install ledgerblue
222+
run: pip install ledgerblue --break-system-packages
223223
- name: Setup Rust environment
224224
uses: actions-rs/toolchain@v1
225225
with:
@@ -275,7 +275,7 @@ jobs:
275275
with:
276276
submodules: true
277277
- name: Install deps
278-
run: pip install ledgerblue
278+
run: pip install ledgerblue --break-system-packages
279279
- name: Setup Rust environment
280280
uses: actions-rs/toolchain@v1
281281
with:
@@ -331,7 +331,7 @@ jobs:
331331
with:
332332
submodules: true
333333
- name: Install deps
334-
run: pip install ledgerblue
334+
run: pip install ledgerblue --break-system-packages
335335
- name: Setup Rust environment
336336
uses: actions-rs/toolchain@v1
337337
with:

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ APPVERSION_M=3
33
# This is the `spec_version` field of `Runtime`
44
APPVERSION_N=0
55
# This is the patch version of this release
6-
APPVERSION_P=6
6+
APPVERSION_P=7
-158 Bytes
Loading
-3 Bytes
Loading
-3 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
-111 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading

0 commit comments

Comments
 (0)