Skip to content

Commit

Permalink
Merge branch 'main' into fix/breaking-change-dashboard-message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental authored May 21, 2024
2 parents c2bf139 + 217fcff commit 3e01710
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --no-cache-dir --upgrade pip
pip install "git+https://github.com/ansible/ansible@${{ matrix.ansible_version }}" molecule molecule-docker
pip install "git+https://github.com/ansible/ansible@${{ matrix.ansible_version }}" molecule molecule-plugins[docker] 'requests<2.32.0'
- name: Test with molecule
run: |
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/368-molecule-pin-requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- pin version of requests package for molecule tests

0 comments on commit 3e01710

Please sign in to comment.