Skip to content

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed May 22, 2024
1 parent 5f621dd commit ccec77c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
working-directory: ansible_collections/cloud/vmware_ops
env:
ANSIBLE_COLLECTIONS_PATH: "${{ github.workspace }}"
ANSIBLE_PYTHON_INTERPRETER: "/home/runner/work/cloud.vmware_ops/cloud.vmware_ops/ansible_collections/cloud/vmware_ops/.venv/bin/python3"
ANSIBLE_PYTHON_INTERPRETER: "${{ github.workspace }}/ansible_collections/cloud/vmware_ops/.venv/bin/python"
4 changes: 3 additions & 1 deletion tests/integration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ pyVim
podman
requests
pycdlib
ansible-core

# see the cluster_settings role README.md for an explanation on the <7.0.3 restriction
pyVmomi>=6.7,<7
pyVmomi>=6.7,<7.0.3

0 comments on commit ccec77c

Please sign in to comment.