Skip to content

Commit

Permalink
Install ansible.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dlobato committed Aug 13, 2024
1 parent 124aeb3 commit 636583b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
run: |
python -m venv .venv
.venv/bin/python -m pip install --upgrade pip setuptools pyavd==${{ matrix.version }}
.venv/bin/python -m pip install .
.venv/bin/python -m pip install . netaddr
- name: Install ansible.utils
run: .venv/bin/ansible-galaxy collection install ansible.utils
- name: Install referencing for 4.8.0
if: ${{ matrix.version=='4.8.0' }}
run: .venv/bin/python -m pip install "referencing>=0.35.0"
Expand Down

0 comments on commit 636583b

Please sign in to comment.