File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
.github/actions/install-aiida-core Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 - name : Set up uv
3333 uses : astral-sh/setup-uv@v6
3434 with :
35- version : 0.7.6
35+ version : 0.9.7
3636 python-version : ${{ inputs.python-version }}
3737 activate-environment : true
3838
Original file line number Diff line number Diff line change 4747 )$
4848
4949 - repo : https://github.com/astral-sh/uv-pre-commit
50- rev : 0.7.6
50+ rev : 0.9.7
5151 hooks :
5252 # Check and update the uv lockfile
5353 - id : uv-lock
Original file line number Diff line number Diff line change 1717 # https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-uv
1818 pre_create_environment :
1919 - asdf plugin add uv
20- - asdf install uv 0.7.6
21- - asdf global uv 0.7.6
20+ - asdf install uv 0.9.7
21+ - asdf global uv 0.9.7
2222 create_environment :
2323 # Create a virtual environment in '.venv/' folder
2424 # which is picked up automatically by `uv sync` and `uv run` commands below
Original file line number Diff line number Diff line change @@ -570,4 +570,4 @@ commands = molecule {posargs:test}
570570# .pre-commit-config.yaml
571571# .github/actions/install-aiida-core/action.yml
572572# .readthedocs.yml
573- required-version = " >=0.7.0 "
573+ required-version = " >=0.8.4 "
You can’t perform that action at this time.
0 commit comments