diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2024-11-05 22:36:39 +0100 |
---|---|---|
committer | Chris Meyers <chrismeyersfsu@users.noreply.github.com> | 2024-11-07 21:17:06 +0100 |
commit | 51b1fa412d8e0e01119d4edb13558a3855e6c67c (patch) | |
tree | 1017a0518c440750aa09ab286a8c20a3abce1273 /.github/workflows | |
parent | Updated Authentication section to reflect AWX only method. (#15602) (diff) | |
download | awx-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.yml | 2 |
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 |