From 3b18640dfa64877bb2622fe6a4bdface626e50b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Tue, 16 Jan 2024 20:55:38 -0800 Subject: [PATCH] Use apt_packages --- .readthedocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c788669..592b011 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,9 +4,8 @@ build: os: ubuntu-20.04 tools: python: '3.11' - jobs: - pre_create_environment: - - sudo apt install libgirepository1.0-dev + apt_packages: + - libgirepository1.0-dev python: install: