Skip to content

Commit

Permalink
Merge pull request #7400 from freedomofpress/run-uv-container
Browse files Browse the repository at this point in the history
Run `make update-python3-requirements` in the dev container (again)
  • Loading branch information
cfm authored Jan 9, 2025
2 parents 2a5d689 + 75a9900 commit 3f737a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ update-admin-pip-requirements: ## Update admin requirements.
.PHONY: update-python3-requirements
update-python3-requirements: ## Update Python 3 requirements with pip-compile.
@echo "███ Updating Python 3 requirements files..."
@$(SDBIN)/update-requirements
@SLIM_BUILD=1 $(DEVSHELL) $(SDBIN)/update-requirements

.PHONY: update-pip-requirements
update-pip-requirements: update-admin-pip-requirements update-python3-requirements ## Update all requirements with pip-compile.
Expand Down

0 comments on commit 3f737a2

Please sign in to comment.