Skip to content

Commit

Permalink
Use pyavd extra dependencies and set version to support any pyavd ver…
Browse files Browse the repository at this point in the history
…sion from 4.5
  • Loading branch information
dlobato committed Aug 19, 2024
1 parent 7657678 commit 8c6fda9
Show file tree
Hide file tree
Showing 83 changed files with 486 additions and 22,388 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ "4.5.0", "4.6.0", "4.7.0", "4.7.1", "4.8.0", "4.9.0", "4.10.0" ]
version: [ "4.9.0", "4.10.0" ]
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand All @@ -44,9 +44,6 @@ jobs:
.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"
- name: Build fabric
run: |
.venv/bin/pyavd-build -i tests/data/single-dc-l3ls-fabric/inventory.yml -o intended-single-dc-l3ls-fabric -f FABRIC -v
Expand Down
Loading

0 comments on commit 8c6fda9

Please sign in to comment.