Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 9, 2024
1 parent ef609a2 commit 95a5b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible==8.7.0 molecule-plugins[docker] docker
run: pip3 install requests==2.31.0 ansible==8.7.0 molecule-plugins[docker] docker

- name: Run Molecule tests.
run: molecule test --all
Expand Down

0 comments on commit 95a5b4d

Please sign in to comment.