Update python requirements location.
This commit is contained in:
parent
e850160bea
commit
eae1243a56
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ tasks:
|
||||||
- "{{.PYTHON_BIN}} -m venv {{.ROOT_DIR}}/.venv"
|
- "{{.PYTHON_BIN}} -m venv {{.ROOT_DIR}}/.venv"
|
||||||
- .venv/bin/python3 -m pip install --upgrade pip setuptools wheel
|
- .venv/bin/python3 -m pip install --upgrade pip setuptools wheel
|
||||||
- .venv/bin/python3 -m pip install --upgrade --requirement "{{.ROOT_DIR}}/requirements.txt"
|
- .venv/bin/python3 -m pip install --upgrade --requirement "{{.ROOT_DIR}}/requirements.txt"
|
||||||
- .venv/bin/ansible-galaxy install --role-file "{{.ROOT_DIR}}/requirements.yaml" --force
|
- .venv/bin/ansible-galaxy install --role-file "{{.ANSIBLE_DIR}}/requirements.yaml" --force
|
||||||
|
|
||||||
flux-apply:
|
flux-apply:
|
||||||
desc: Apply a resource path that contains Flux substitution variables
|
desc: Apply a resource path that contains Flux substitution variables
|
||||||
|
|
Loading…
Reference in a new issue