From d2304bd5f094e9d410df782fbf4283eec4a0e239 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Mon, 3 Jun 2024 09:36:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20try=20conda?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 74565f1..64c5389 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,9 +17,9 @@ build: then exit 183; fi - # Install apt dependencies - - sudo apt-get update --assume-yes --quiet - - sudo apt-get install --assume-yes --quiet -- imagemagick inkscape graphviz + # Install non-python dependencies + - conda install conda-forge::imagemagick + - conda install conda-forge::graphviz # Set up uv and a virtual environment - asdf plugin add uv - asdf install uv latest