We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a17572 commit 5e69562Copy full SHA for 5e69562
1 file changed
.github/workflows/deploy-website.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Install dependencies
43
run: |
44
python -m pip install --upgrade pip
45
+ pip install uv
46
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
47
pip install cryptography scratchattach
48
0 commit comments