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