Skip to content
Snippets Groups Projects
Unverified Commit 8ec5b1fe authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #1092 from t-woerner/fix_requests_version_require_for_build_container

tests/azure/templates/build_container.yml: Quote requests with version
parents 36b7a18e 316255d5
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
retryCountOnTaskFailure: 5 retryCountOnTaskFailure: 5
displayName: Install tools displayName: Install tools
- script: pip install molecule-plugins[docker] requests<2.29 - script: pip install molecule-plugins[docker] "requests<2.29"
retryCountOnTaskFailure: 5 retryCountOnTaskFailure: 5
displayName: Install molecule displayName: Install molecule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment