Skip to content

Commit

Permalink
test stable 2.15 and 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarking committed Apr 10, 2024
1 parent c31e943 commit 393dbe4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ jobs:
python-version: 3.10.14

- name: Install dependencies
run: ls
# run: |
# pip install --upgrade pip
# ls
run: |
pip install --upgrade pip
pip install iac-validate==0.2.5 iac-test==0.2.5
- name: Install ansible-base (v${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/v${{ matrix.ansible }}.tar.gz --disable-pip-version-check
Expand Down

0 comments on commit 393dbe4

Please sign in to comment.