Skip to content

Commit

Permalink
Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
minitriga authored May 29, 2024
1 parent 0a0d8a4 commit b24bca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: "3.11"
- name: "Install tox-ansible, includes tox"
run: "python -m pip install git+https://github.com/ansible/tox-ansible.git"
run: "python -m pip install tox-ansible"
- name: "Check for tox-ansible.ini file, else add default"
uses: ansible/ansible-content-actions/.github/actions/add_tox_ansible@main
- name: Generate matrix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Check for tox-ansible.ini file, else add default"
uses: ansible/ansible-content-actions/.github/actions/add_tox_ansible@main
- name: "Install tox-ansible, includes tox"
run: "python -m pip install git+https://github.com/ansible/tox-ansible.git"
run: "python -m pip install tox-ansible"
- name: Generate matrix
id: generate-matrix
run: >
Expand Down

0 comments on commit b24bca9

Please sign in to comment.