Skip to content

Commit

Permalink
Don't install ironic-lib from git when it's not requested
Browse files Browse the repository at this point in the history
When IRONIC_LIB_SOURCE is not set, we should use pip. Otherwise,
we can a conflict with upper-constraints.

Signed-off-by: Dmitry Tantsur <[email protected]>
  • Loading branch information
dtantsur committed Nov 30, 2023
1 parent 0b528ba commit 2f03437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironic-source-list
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git+file:///sources/{{ env.IRONIC_LIB_SOURCE }}
ironic-lib @ git+https://opendev.org/openstack/ironic-lib@{{ env.IRONIC_LIB_SOURCE }}
{% endif %}
{% else %}
ironic-lib @ git+https://opendev.org/openstack/ironic-lib
ironic-lib
{% endif %}
ironic-prometheus-exporter
proliantutils
Expand Down

0 comments on commit 2f03437

Please sign in to comment.