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
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ jobs:
retryCountOnTaskFailure: 5
displayName: Install tools
- script: pip install molecule-plugins[docker] requests<2.29
- script: pip install molecule-plugins[docker] "requests<2.29"
retryCountOnTaskFailure: 5
displayName: Install molecule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment