mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
test: install jq
This commit is contained in:
parent
af225aa18f
commit
0869b57741
4
.github/workflows/test-pr.yml
vendored
4
.github/workflows/test-pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user