Skip to content

Commit 781dd9e

Browse files
Fix upper constraints
1 parent bebd3e2 commit 781dd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Upper constraints file for installation of python packages.
44
# Default value is
55
# "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
6-
#pip_upper_constraints_file:
6+
pip_upper_constraints_file: "https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/zed/upper-constraints.txt"
77

88
# Use a local PyPi mirror for installing Pip packages
99
#pip_local_mirror: false

0 commit comments

Comments
 (0)