summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChris Meyers <chris.meyers.fsu@gmail.com>2024-11-05 22:36:39 +0100
committerChris Meyers <chrismeyersfsu@users.noreply.github.com>2024-11-07 21:17:06 +0100
commit51b1fa412d8e0e01119d4edb13558a3855e6c67c (patch)
tree1017a0518c440750aa09ab286a8c20a3abce1273 /.github/workflows
parentUpdated Authentication section to reflect AWX only method. (#15602) (diff)
downloadawx-51b1fa412d8e0e01119d4edb13558a3855e6c67c.tar.xz
awx-51b1fa412d8e0e01119d4edb13558a3855e6c67c.zip
Install awx collection from branch for operator ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c60d28f803..08479c3946 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -187,6 +187,8 @@ jobs:
working-directory: awx-operator
run: |
python3 -m pip install -r molecule/requirements.txt
+ python3 -m pip install PyYAML # for awx/tools/scripts/rewrite-awx-operator-requirements.py
+ $(realpath ../awx/tools/scripts/rewrite-awx-operator-requirements.py) molecule/requirements.yml $(realpath ../awx)
ansible-galaxy collection install -r molecule/requirements.yml
sudo rm -f $(which kustomize)
make kustomize