Skip to content

Commit

Permalink
Update pip, should not fix the issue though.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jul 1, 2024
1 parent 27ffa52 commit a3bff14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ jobs:
with:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible molecule molecule-plugins[docker] docker
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install molecule docker ansible
- name: Run Molecule tests.
run: molecule test
Expand Down

0 comments on commit a3bff14

Please sign in to comment.