Skip to content

Commit

Permalink
fix(rundev): remove no longer needed requirements generating
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 6, 2024
1 parent acb29cc commit 88b16ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rundev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ cd dev-docker/

build() {
mkdir -p data
# Build single requirements file
uv export --format requirements-txt --all-extras --no-emit-project --frozen > weblate-dev/requirements.txt
# Fetch up-to-date base docker image
docker pull weblate/weblate:bleeding
# Build the container
Expand Down

0 comments on commit 88b16ad

Please sign in to comment.