mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
test: install jq
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user