Skip to content

Commit

Permalink
updated python version with 3.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
prasada_reddy committed May 14, 2024
1 parent 7f91f6c commit c7c2847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
path: ansible_collections/dellemc/os10

- name: Set up Python 3.10
- name: Set up Python 3.9.19
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: 3.9.19

- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
Expand All @@ -34,4 +34,4 @@ jobs:
run: ansible-galaxy collection install ansible.netcommon -p ../../

- name: Run sanity tests
run: ansible-test sanity --docker -v --color --python 3.10
run: ansible-test sanity --docker -v --color --python 3.9.19

0 comments on commit c7c2847

Please sign in to comment.