Skip to content
Snippets Groups Projects
Commit efbc8576 authored by Dan Notestein's avatar Dan Notestein
Browse files

Allow passing args to "poetry install"

parent 590bfd88
No related tags found
No related merge requests found
Pipeline #118054 passed
......@@ -37,7 +37,7 @@ variables:
extends: .configuration_template
before_script:
- !reference [.configuration_template, before_script]
- poetry -C "${PYPROJECT_DIR}" install
- poetry -C "${PYPROJECT_DIR}" install ${POETRY_INSTALL_ARGS}
- pip list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment