Skip to content

Commit 9dabee9

Browse files
authored
Merge branch 'main' into miketheman/hazmat-cleanup
2 parents 1516f7c + 9737224 commit 9dabee9

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ translations: .state/docker-build-base
124124
docker compose run --rm base bin/translations
125125

126126
requirements/%.txt: requirements/%.in
127-
docker compose run --rm base bin/pip-compile --generate-hashes --output-file=$@ $<
127+
docker compose run --rm base pip-compile --generate-hashes --output-file=$@ $<
128128

129129
resetdb: .state/docker-build-base
130130
docker compose pause web worker

bin/pip-compile

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)