From 809deed45b8e0bed8eab8fbeb06ec53e5f845c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Negovanovi=C4=87?= Date: Wed, 15 Jan 2025 13:47:24 +0100 Subject: [PATCH] chore: remove polycli installation from e2e workflow --- .github/workflows/test-e2e-multi_pp.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test-e2e-multi_pp.yml b/.github/workflows/test-e2e-multi_pp.yml index da687b7e..d45a591d 100644 --- a/.github/workflows/test-e2e-multi_pp.yml +++ b/.github/workflows/test-e2e-multi_pp.yml @@ -43,14 +43,6 @@ jobs: - name: Install Kurtosis CDK tools uses: ./kurtosis-cdk/.github/actions/setup-kurtosis-cdk - - - name: Install polycli - run: | - git clone https://github.com/0xPolygon/polygon-cli -b jhilliard/alonso - cd polygon-cli - make install - cp ~/go/bin/polycli /usr/local/bin/polycli - /usr/local/bin/polycli version - name: Setup Bats and bats libs uses: bats-core/bats-action@2.0.0