Pin tool dependencies whenever we pip install using a constraints file
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
cd ..
|
||||
|
||||
export CUSTOM_COMPILE_COMMAND="bin/update_constraints"
|
||||
|
||||
pip-compile \
|
||||
--allow-unsafe \
|
||||
--generate-hashes \
|
||||
--upgrade \
|
||||
cibuildwheel/resources/constraints.in
|
||||
Reference in New Issue
Block a user