Update fixturenet-laconicd.yml

This commit is contained in:
Ian
2023-10-30 15:44:46 -04:00
committed by GitHub
parent 948f9f4287
commit d854dd5c81
@@ -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"