Skip to content

Commit

Permalink
Merge branch 'main' into issue113-xml-encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes authored Dec 17, 2024
2 parents 8ad3801 + 7611276 commit 432ea0d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,21 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ansible lxml cryptography
- name: debug versions
run: |
echo "which python ..."
which python
echo "python -VV ..."
python -VV
echo "pip --version ..."
pip --version
echo "pip list ..."
pip list
echo "ansible --version ..."
ansible --version
echo "ansible-config dump --only-changed -t all ..."
ansible-config dump --only-changed -t all
- name: run ansible test
working-directory: ./test
run: |
ansible-playbook test.yml
ansible-playbook -e ansible_python_interpreter=$(which python) -v test.yml

0 comments on commit 432ea0d

Please sign in to comment.