Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Nov 1, 2024
1 parent 9e0a3a9 commit 41beb3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
run: curl -LsSf https://astral.sh/uv/install.sh | sh

- name: Check that the requirements are installable
run: uv pip install -r pyproject.toml
run: |
uv venv
uv pip install -r pyproject.toml
- name: Verify licensing metadata
run: uvx reuse lint
Expand Down

0 comments on commit 41beb3a

Please sign in to comment.