Skip to content

Commit

Permalink
Merge pull request #160 from ElrondNetwork/update-erdpy-yml
Browse files Browse the repository at this point in the history
update erdpy.yml
  • Loading branch information
schimih authored Nov 25, 2022
2 parents dcf28d7 + e0b4cb7 commit 9710ea3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/erdpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
pip3 install pytest
- name: Install libtinfo5
if: ${{ matrix.os != 'macos-latest' }}
run: |
sudo apt update
sudo apt install -y libtinfo5
- name: Set github_api_token
run: |
mkdir ~/elrondsdk
Expand Down

0 comments on commit 9710ea3

Please sign in to comment.