Skip to content

Commit 5e69562

Browse files
committed
install uv
1 parent 1a17572 commit 5e69562

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
python -m pip install --upgrade pip
45+
pip install uv
4546
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
4647
pip install cryptography scratchattach
4748

0 commit comments

Comments
 (0)