Skip to content

Commit

Permalink
fix ci 10
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Aug 8, 2023
1 parent 08386b7 commit 1676a22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
uses: canonical/setup-lxd@v0.1.1 # https://github.com/canonical/setup-lxd
with:
channel: latest/stable
# - name: Setup Python pip setuptools wheel
# run: pip3 install --upgrade pip setuptools wheel
- name: Setup Python modules
run: pip3 install PyYAML==5.3.1 yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker
run: pip3 install PyYAML==5.4.1 yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker
- name: Run molecule
run: molecule test --all
working-directory: "${{ github.repository }}/${{ inputs.role-path }}"

0 comments on commit 1676a22

Please sign in to comment.