Skip to content

Commit

Permalink
Merge pull request #213 from ImperialCollegeLondon/fix-release-workflow
Browse files Browse the repository at this point in the history
chore: unfreeze uv sync for release candidate workflow
  • Loading branch information
tomjholland authored Jan 22, 2025
2 parents a97ebb7 + 3692bc5 commit a5cb0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install project
run: |
uv sync --all-extras --frozen
uv sync --all-extras
- name: Bump version
id: bump
Expand Down

0 comments on commit a5cb0f2

Please sign in to comment.