Skip to content

Commit c90026a

Browse files
authored
use uv to run manage.py
1 parent 57ec133 commit c90026a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
continue-on-error: ${{ matrix.experimental }}
6262
- name: Check migrations
6363
run: |
64-
./example/manage.py makemigrations field_audit
64+
uv run ./example/manage.py makemigrations field_audit
6565
git add ./field_audit/migrations
6666
trap 'git reset --hard HEAD' EXIT # discard changes on exit (needed for continue-on-error)
6767
git diff --cached --exit-code

0 commit comments

Comments
 (0)