diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 354804e..7b53783 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,9 +48,7 @@ jobs: run: ansible --version && sudo apt purge ansible -y - name: Install Ansible v2.10 alpha (GH actions currently uses 2.9) run: sudo python -m pip install ansible==2.10.0a9 && ansible --version - - run: pip install -r ./requirements/pip.txt - - name: Print Ansible version - run: ansible --version + - run: pip -V && pip install -r ./requirements/pip.txt - uses: webfactory/ssh-agent@v0.4.1 with: ssh-private-key: "${{ secrets.SSH_PRIVATE_KEY }}"