We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d5d3e commit 0cd30caCopy full SHA for 0cd30ca
.github/workflows/check.yml
@@ -41,4 +41,4 @@ jobs:
41
uv sync
42
- name: Run pyright
43
run: |
44
- python -m pyright
+ uv run pyright
.github/workflows/tests.yml
@@ -66,5 +66,5 @@ jobs:
66
NEODB_SECRET_KEY: test
67
SPOTIFY_API_KEY: TEST
68
69
- python manage.py compilemessages -i .venv -l zh_Hans
70
- pytest
+ uv run manage.py compilemessages -i .venv -l zh_Hans
+ uv run pytest
0 commit comments