Skip to content

Commit

Permalink
test: install jq
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Dec 27, 2023
1 parent af225aa commit 0869b57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq

- name: Install dependencies
run: |
cd qcg-tester
Expand Down

0 comments on commit 0869b57

Please sign in to comment.