Skip to content

Commit

Permalink
downgrade requests
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8080 committed Jul 9, 2024
1 parent cabc52d commit e444a86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
MOLECULE_DISTRO: ${{ matrix.distro.image }}
MOLECULE_INSTANCE_NAME: ${{ matrix.distro.instance }}

- name: Install ansible 7.5 and downgrade requests
run: pip3 install ansible==7.5 requests==2.31.0

- name: Run molecule
run: molecule create
env:
Expand Down

0 comments on commit e444a86

Please sign in to comment.