Skip to content

Commit 2ac6a4a

Browse files
committed
feat: Update CI/CD workflow to use uv for dependency management
1 parent ccd3bdf commit 2ac6a4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Generate requirements.txt
2828
run: uv pip compile pyproject.toml -o requirements.txt
2929

30+
- name: Create uv virtual environment
31+
run: uv venv
32+
3033
- name: Install Python dependencies for model training
3134
run: |
3235
uv pip install -r requirements.txt

0 commit comments

Comments
 (0)