Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
knyghty committed Sep 22, 2024
1 parent d89f135 commit ff8f671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install uv
run: pip install uv
- name: Install dependencies
run: uv pip install -r pyproject.toml
run: uv pip install --system -r pyproject.toml

deploy:
runs-on: ubuntu-latest
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install uv
run: pip install uv
- name: Install dependencies
run: uv pip install -r pyproject.toml
run: uv pip install --system -r pyproject.toml
- name: Install clean-css
run: npm install -g clean-css-cli
- name: Build site
Expand Down

0 comments on commit ff8f671

Please sign in to comment.