From c7c2847fbc469d032d2b36616a254d3a2b591dea Mon Sep 17 00:00:00 2001 From: prasada_reddy Date: Tue, 14 May 2024 11:09:43 +0000 Subject: [PATCH] updated python version with 3.9.19 --- .github/workflows/ansible-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 4804c22..a8090f2 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -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 @@ -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