From d8cd1bc90ab496fc7f29dad8c2d647b92d43a6b4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 18 Oct 2023 08:57:15 -0400 Subject: Add python3-yaml to dependencies --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3-54-g00ecf