Skip to content

Commit

Permalink
Add UV for faster builds (#47)
Browse files Browse the repository at this point in the history
* Add UV for faster builds

* --system

* system
  • Loading branch information
choldgraf authored Sep 1, 2024
1 parent a1753b9 commit b3c8fc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:


# Install dependencies
- run: uv pip install -r requirements.txt
- name: Install Python dependencies with uv
run: uv pip install -r requirements.txt --system

# This lets us encrypt a page with a password
- name: Install staticrypt
run: |
Expand Down

0 comments on commit b3c8fc7

Please sign in to comment.