Skip to content

Commit c6b7c9e

Browse files
authored
Merge pull request #285 from classy-python/prod-venv
Stop trying to use uv in prod
2 parents eea04cf + c8334ea commit c6b7c9e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ build: _uv
2626
python manage.py migrate
2727
python manage.py load_all_django_versions
2828

29-
build-prod: _uv
30-
uv venv --python 3.13
31-
source .venv/bin/activate
32-
uv pip install -r requirements.prod.txt
29+
build-prod:
30+
pip install -r requirements.prod.txt
3331
rm -rf staticfiles/*
3432
python manage.py collectstatic --no-input
3533
rm -f ccbv.sqlite

0 commit comments

Comments
 (0)