Skip to content

Commit

Permalink
list jq in apt_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Mar 7, 2024
1 parent 37a8923 commit e1e12f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ version: 2

build:
os: ubuntu-22.04
apt_packages:
- jq
tools:
python: "3.11"
jobs:
pre_build:
- bst -v export --output src/schema.json
- sudo apt install jq
- tools/no-bad-schema-paths.sh src/schema.json # README.md might need fixing

mkdocs:
Expand Down

0 comments on commit e1e12f8

Please sign in to comment.