Skip to content

Commit 99a6737

Browse files
committed
Chore: Add uv to dependency installation
- Install the 'uv' Python package in the CI workflow. - This will be used for faster dependency management in the future. - The 'make install' command will now leverage 'uv' for its operations.
1 parent 2d19053 commit 99a6737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

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

2121
- name: Install dependencies
2222
run: |
23+
pip install uv
2324
make install
2425
2526
- name: Run pytest

0 commit comments

Comments
 (0)