We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ec133 commit c90026aCopy full SHA for c90026a
.github/workflows/tests.yml
@@ -61,7 +61,7 @@ jobs:
61
continue-on-error: ${{ matrix.experimental }}
62
- name: Check migrations
63
run: |
64
- ./example/manage.py makemigrations field_audit
+ uv run ./example/manage.py makemigrations field_audit
65
git add ./field_audit/migrations
66
trap 'git reset --hard HEAD' EXIT # discard changes on exit (needed for continue-on-error)
67
git diff --cached --exit-code
0 commit comments