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 e0babc1 commit 72ddeef
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 @@ -21,10 +21,10 @@ jobs:
with:
path: ansible_collections/dellemc/os10

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

- 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 @@ -33,4 +33,4 @@ jobs:
run: ansible-galaxy collection install ansible.netcommon -p ../../

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

0 comments on commit 72ddeef

Please sign in to comment.