Skip to content

Commit

Permalink
build: no longer use hashed pins #1592
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Mar 26, 2023
1 parent 01a4743 commit 65178c6
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 @@ -85,7 +85,7 @@ metasmoke:

.PHONY: upgrade

PIP_COMPILE = pip-compile --upgrade --allow-unsafe --generate-hashes --resolver=backtracking
PIP_COMPILE = pip-compile --upgrade --allow-unsafe --resolver=backtracking
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: ## Update the *.pip files with the latest packages satisfying *.in files.
pip install -q -r requirements/pip-tools.pip
Expand Down

0 comments on commit 65178c6

Please sign in to comment.