diff --git a/infra/azure/templates/prepare_environment.yaml b/infra/azure/templates/prepare_environment.yaml index 1a50ec6de..cbe990b7e 100644 --- a/infra/azure/templates/prepare_environment.yaml +++ b/infra/azure/templates/prepare_environment.yaml @@ -18,7 +18,9 @@ steps: versionSpec: '${{ parameters.python_version }}' - script: | - pip install "ansible${{ parameters.ansible_version }}" podman-compose ipalab-config -r requirements-tests.txt + pip install "ansible${{ parameters.ansible_version }}" -r requirements-tests.txt + pip install podman-compose + pip install git+https://github.com/rjeffman/ipalab-config retryCountOnTaskFailure: 5 displayName: Install test dependencies