From ccec77c2c524dfd81744956f55d22de3c78af2b9 Mon Sep 17 00:00:00 2001 From: Mike Morency Date: Wed, 22 May 2024 11:12:01 -0400 Subject: [PATCH] build test --- .github/workflows/test.yml | 2 +- tests/integration/requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa1eeed9..7ff41d7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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" diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 7ffcb749..89d91ac0 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -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 +