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 2e31324 commit 196eb16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.10.14
cache: 'pip' # caching pip dependencies
- run: pip install -r 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 All @@ -69,9 +71,6 @@ jobs:
name: collection
path: .cache/collection-tarballs

- name: Install requirements
run: pip install -r requirements.txt

- name: Create ansible.cfg file
run: |
echo "[galaxy]" > ansible.cfg
Expand Down

0 comments on commit 196eb16

Please sign in to comment.