Skip to content

Commit 79dae7a

Browse files
committed
unpin deps when running scheduled unit tests
1 parent 54dc89b commit 79dae7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled_unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
run: |
2323
git config --global user.name "Github Action"
2424
git config --global user.email "[email protected]"
25+
uv sync --upgrade
2526
uv run pytest
2627

0 commit comments

Comments
 (0)