Skip to content

Commit e12e4d4

Browse files
committed
update apps
1 parent aad2291 commit e12e4d4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@ set -e
55
curl -LsSf https://astral.sh/uv/install.sh | sh
66
source "$HOME/.local/bin/env"
77

8-
# Создаём виртуальное окружение, если его нет
9-
if [ ! -d ".venv" ]; then
10-
python3 -m venv .venv
11-
fi
12-
138
# Активируем виртуальное окружение
149
source .venv/bin/activate
1510

16-
1711
make install
1812
make migrate

0 commit comments

Comments
 (0)