aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-18 08:57:15 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-18 08:57:15 -0400
commitd8cd1bc90ab496fc7f29dad8c2d647b92d43a6b4 (patch)
treede727f1d767b93b6ef4b322c077eb3302a2e8213 /.gitlab-ci.yml
parentf99fab317b330ca4d9bd2ad0ccaf8ac39560e6b6 (diff)
downloadtorspec-d8cd1bc90ab496fc7f29dad8c2d647b92d43a6b4.tar.gz
torspec-d8cd1bc90ab496fc7f29dad8c2d647b92d43a6b4.zip
Add python3-yaml to dependencies
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac60298..718ce2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ build:
# Chosen more or less arbitrarily.
image: hrektts/mdbook
script:
- - apt-get update && apt-get install -y python3 git
+ - apt-get update && apt-get install -y git python3 python3-yaml
- ./bin/check_index
- ./bin/build_html.sh
- mv html public