Skip to content

Commit 57d3956

Browse files
committed
Temporarily add ledgercomm installation
1 parent 15fa581 commit 57d3956

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/erdpy-up-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install
2222
run: |
23+
pip3 install --user ledgercomm
2324
wget -O erdpy-up.py https://raw.githubusercontent.com/ElrondNetwork/elrond-sdk-erdpy/development/erdpy-up.py
2425
python3 erdpy-up.py <<< "2"
2526
- name: Smoke test

.github/workflows/erdpy-up-ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install
2222
run: |
23+
pip3 install --user ledgercomm
2324
wget -O erdpy-up.py https://raw.githubusercontent.com/ElrondNetwork/elrond-sdk-erdpy/development/erdpy-up.py
2425
python3 erdpy-up.py
2526
- name: Smoke test

0 commit comments

Comments
 (0)