Skip to content

Commit 3d672a8

Browse files
committed
Remove pip install ledgercomm
1 parent 57d3956 commit 3d672a8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

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

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

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

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

0 commit comments

Comments
 (0)