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 eb8791c commit df2a88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt --disable-pip-version-check
pip install -r .github/workflows/requirements.txt --disable-pip-version-check
- 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 df2a88b

Please sign in to comment.