Skip to content

Commit

Permalink
Bump uv in .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 18, 2025
1 parent 87b098e commit 8e60d98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ build:
# https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-uv
pre_create_environment:
- asdf plugin add uv
- asdf install uv 0.5.20
- asdf global uv 0.5.20
- asdf install uv 0.5.21
- asdf global uv 0.5.21
create_environment:
- uv venv
install:
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ commands = molecule {posargs:test}
"""

[tool.uv]
# NOTE: When you bump the minimum uv version, you also need
# to bump it in .pre-commit-config.yaml and .github/actions/install-aiida-core/action.yml
# NOTE: When you bump the minimum uv version, you also need to change it in:
# .pre-commit-config.yaml
# .github/actions/install-aiida-core/action.yml
# .readthedocs.yml
required-version = ">=0.5.21"

0 comments on commit 8e60d98

Please sign in to comment.