From 93fb3d80bdded9f09d810dd237ffd21ef513fc51 Mon Sep 17 00:00:00 2001 From: Pedro Brochado Date: Tue, 24 Mar 2026 10:49:58 -0300 Subject: [PATCH] Add uvloop optional dependnecy to azure scenario --- templates/github/.github/workflows/scripts/before_install.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/github/.github/workflows/scripts/before_install.sh.j2 b/templates/github/.github/workflows/scripts/before_install.sh.j2 index 606c65a6..da6acfae 100755 --- a/templates/github/.github/workflows/scripts/before_install.sh.j2 +++ b/templates/github/.github/workflows/scripts/before_install.sh.j2 @@ -29,7 +29,7 @@ fi {%- endif %} {%- if test_azure %} if [ "$TEST" = "azure" ]; then - COMPONENT_SOURCE="${COMPONENT_SOURCE}{{ PULPCORE_PREFIX }}[azure]" + COMPONENT_SOURCE="${COMPONENT_SOURCE}{{ PULPCORE_PREFIX }}[azure,uvloop]" fi {%- endif %} {%- if test_gcp %}