From d854dd5c81f391e7aca6f49c379ef953999c7b50 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 30 Oct 2023 15:44:46 -0400 Subject: [PATCH] Update fixturenet-laconicd.yml --- .github/workflows/fixturenet-laconicd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/fixturenet-laconicd.yml b/.github/workflows/fixturenet-laconicd.yml index 5c712e9b..a16c1fe6 100644 --- a/.github/workflows/fixturenet-laconicd.yml +++ b/.github/workflows/fixturenet-laconicd.yml @@ -12,12 +12,6 @@ jobs: name: "Run fixturenet-laconicd test suite" runs-on: ubuntu-latest steps: - - name: 'Setup jq' - run: apt-get install jq -y - - name: 'Check jq' - run: | - which jq - jq --version - name: "Clone project repository" uses: actions/checkout@v3 - name: "Install Python"