Skip to content

Commit c231dbc

Browse files
authored
🐛 Fixes from Jay's feedback
1 parent d89fffe commit c231dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ bootstrap *ARGS:
7878
--no-deps \
7979
--rm \
8080
utility \
81-
python -m manage {{ ARGS }}
81+
uv run -m manage {{ ARGS }}
8282

8383
# Dump database to file
8484
@pg_dump file='db.dump':
@@ -132,7 +132,7 @@ bootstrap *ARGS:
132132
docker compose run \
133133
--no-deps \
134134
--rm \
135-
utility python -m pytest {{ ARGS }}
135+
utility uv run pytest {{ ARGS }}
136136

137137
# Start containers
138138
@up *ARGS:

0 commit comments

Comments
 (0)