We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fa581 commit 57d3956Copy full SHA for 57d3956
2 files changed
.github/workflows/erdpy-up-macos.yml
@@ -20,6 +20,7 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
- name: Install
22
run: |
23
+ pip3 install --user ledgercomm
24
wget -O erdpy-up.py https://raw.githubusercontent.com/ElrondNetwork/elrond-sdk-erdpy/development/erdpy-up.py
25
python3 erdpy-up.py <<< "2"
26
- name: Smoke test
.github/workflows/erdpy-up-ubuntu.yml
python3 erdpy-up.py
0 commit comments