Skip to content

Commit 82be678

Browse files
committed
chore: Upgrade uv and pip in CI
- Ensures the latest versions of uv and pip are used in the CI environment. - This helps in leveraging recent performance improvements and bug fixes. - The `--upgrade` flag is used to ensure existing installations are updated.
1 parent 99a6737 commit 82be678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: |
23-
pip install uv
23+
pip install --upgrade uv pip
2424
make install
2525
2626
- name: Run pytest

0 commit comments

Comments
 (0)