Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
💚 ci: remove -- for new version uv
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Jul 6, 2024
1 parent ac1e018 commit 0e4e0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clean-venv:
rm -rf .venv

run *ARGS:
uv run bilili -- {{ARGS}}
uv run bilili {{ARGS}}

test:
uv run pytest -m '(api or e2e) and not ci_only'
Expand Down

0 comments on commit 0e4e0f9

Please sign in to comment.