Skip to content

Commit

Permalink
update install required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Jul 26, 2024
1 parent 8942a64 commit 1a18310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-join-rs-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
chain_height=$(curl -s $RPC_ENDPOINT/block | jq -r '.result.block.header.height')
tests/test_block_production.sh 127.0.0.1 26657 10
test-pion-1:
runs-on: self-hosted-ubuntu-22.04
runs-on: cosmos-runner-set
env:
RPC_ENDPOINT: https://rpc.pion.ics-testnet.polypore.xyz
steps:
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Install system packages
run: |
sudo apt update
sudo apt install -y curl jq net-tools screen
sudo apt install -y python-is-python3 python3-distutils screen curl jq wget python3-venv python3-pip net-tools git psmisc
- run: ifconfig
- run: lscpu
- run: df -h
Expand Down

0 comments on commit 1a18310

Please sign in to comment.