diff --git a/dev/functions b/dev/functions
index f77ef852c1562ede4984b1de7a22cc781b73d95f..ecba214cb165aeef51ee6b937f55004f14e73f19 100644
--- a/dev/functions
+++ b/dev/functions
@@ -538,7 +538,7 @@ function tenks_deploy {
     deactivate
 
     # Install the Tenks venv.
-    install_venv "${TENKS_VENV_PATH}" "$tenks_path"
+    install_venv "${TENKS_VENV_PATH}" "$tenks_path" -c "$UPPER_CONSTRAINTS_FILE"
     source ${TENKS_VENV_PATH:-$HOME/tenks-test-venv}/bin/activate
 
     ${KAYOBE_SOURCE_PATH}/tools/ansible-galaxy-retried.sh install \