Skip to content

Commit

Permalink
Fix tox installation in GH
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 10, 2025
1 parent d2e8d7e commit 9eaa536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/molecule-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ runs:
requirement_files: test-requirements.txt
custom_virtualenv_dir: .tox/molecule
- uses: ./.github/actions/vagrant-setup
- name: Install dependencies
shell: bash
run: pip install tox
- name: Run molecule tests
shell: bash
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/on-demand_molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
name: Check Ansible role with Molecule tests
needs: changes
strategy:
max-parallel: 1
fail-fast: false
matrix:
environment: ${{ fromJSON(needs.changes.outputs.environments) }}
Expand Down

0 comments on commit 9eaa536

Please sign in to comment.