Skip to content

Commit

Permalink
ci(molecule): no more fix molecule-docker version
Browse files Browse the repository at this point in the history
this was done previously due to an error on async task
  • Loading branch information
chubchubsancho committed Apr 6, 2023
1 parent 6d087de commit 39d25ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Environment
run: |
python3 -m pip install --upgrade pip
python3 -m pip install molecule molecule-docker==2.0.0 ansible-lint yamllint
python3 -m pip install molecule molecule-docker ansible-lint yamllint
- name: molecule test
env:
image: ${{ matrix.image }}
Expand Down

0 comments on commit 39d25ad

Please sign in to comment.