Skip to content

Commit bae6ce0

Browse files
committed
fix build venv
1 parent 9646121 commit bae6ce0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ install:
77
lint:
88
ruff check .
99

10-
migrate:
11-
uv run python manage.py migrate
10+
#migrate:
11+
# uv run python manage.py migrate
1212

1313
start:
14-
uv run manage.py runserver 0.0.0.0:8000
14+
uv run python3 manage.py runserver 0.0.0.0:8000
1515

1616
test:
1717
pytest

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ source .venv/bin/activate
77
curl -LsSf https://astral.sh/uv/install.sh | sh
88
source $HOME/.local/bin/env
99

10-
make install && make migrate
10+
make install

0 commit comments

Comments
 (0)