Skip to content

Commit

Permalink
Bump uv version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Dec 4, 2024
1 parent 7959c4d commit e62a2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-aiida-core/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
- name: Set up uv
uses: astral-sh/setup-uv@v4
with:
version: 0.5.5
version: 0.5.6

- name: Install dependencies from uv lock
if: ${{ inputs.from-lock == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@v4
with:
version: 0.5.5
version: 0.5.6

- name: Install utils/ dependencies
run: uv pip install --system -r utils/requirements.txt
Expand Down

0 comments on commit e62a2ef

Please sign in to comment.