Skip to content

Commit

Permalink
Pin molecule to version < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and evgeni committed Aug 23, 2023
1 parent b807c69 commit 670fbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
python-version: "3"
- name: Install molecule
run: pip install molecule ansible
run: pip install 'molecule<6' ansible
- name: Run tests
run: |
for roledir in roles/*/molecule; do
Expand Down

0 comments on commit 670fbc5

Please sign in to comment.