Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 16a1486

Browse files
committed
install uv
1 parent dd3e5ef commit 16a1486

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upload-overwatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.13'
17+
- name: Install UV
18+
run: pip install uv
1719
- name: Install Project Dependencies
1820
run: |
1921
uv export --format requirements-txt > requirements.txt

0 commit comments

Comments
 (0)