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 d89fffe commit c231dbcCopy full SHA for c231dbc
justfile
@@ -78,7 +78,7 @@ bootstrap *ARGS:
78
--no-deps \
79
--rm \
80
utility \
81
- python -m manage {{ ARGS }}
+ uv run -m manage {{ ARGS }}
82
83
# Dump database to file
84
@pg_dump file='db.dump':
@@ -132,7 +132,7 @@ bootstrap *ARGS:
132
docker compose run \
133
134
135
- utility python -m pytest {{ ARGS }}
+ utility uv run pytest {{ ARGS }}
136
137
# Start containers
138
@up *ARGS:
0 commit comments