Skip to content

Commit

Permalink
⚗️ try only with imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Jun 3, 2024
1 parent d2304bd commit 5d981d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ build:
then
exit 183;
fi
# Install non-python dependencies
- conda install conda-forge::imagemagick
- conda install conda-forge::graphviz
# Install imagemagick for image conversion
- asdf plugin add imagemagick
- asdf install imagemagick latest
- asdf global imagemagick latest
# Set up uv and a virtual environment
- asdf plugin add uv
- asdf install uv latest
Expand Down

0 comments on commit 5d981d2

Please sign in to comment.