Skip to content

Commit

Permalink
chore(ci): use asdf install instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Sep 27, 2024
1 parent e0ee12d commit bf31e51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ build:
post_system_dependencies:
- nohup Xvfb $DISPLAY -screen 0 1400x900x24 -dpi 96 +extension RANDR +render &
post_create_environment:
- pip install uv
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv pip install -r pyproject.toml --extra docs --no-cache --python $READTHEDOCS_VIRTUALENV_PATH
sphinx:
builder: html
Expand Down

0 comments on commit bf31e51

Please sign in to comment.