Skip to content

Commit

Permalink
TEMP: use latest ipalab-config
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Guterres Jeffman <[email protected]>
  • Loading branch information
rjeffman committed Feb 11, 2025
1 parent 81572c5 commit 1cdfb83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infra/azure/templates/prepare_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cdfb83

Please sign in to comment.