Skip to content

Commit

Permalink
Merge pull request #1092 from t-woerner/fix_requests_version_require_…
Browse files Browse the repository at this point in the history
…for_build_container

tests/azure/templates/build_container.yml: Quote requests with version
  • Loading branch information
rjeffman authored May 8, 2023
2 parents 36b7a18 + 316255d commit 8ec5b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/azure/templates/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ec5b1f

Please sign in to comment.