Skip to content
Snippets Groups Projects
Commit e0485bd7 authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Modify the core sampler install script

parent 196f36a5
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1362Modify the core sampler install script
Pipeline #9945 passed
This commit is part of merge request !1362. Comments created here will be created in the context of that merge request.
......@@ -2,7 +2,7 @@
.build-pexes:
image: python:3.10
script:
- pip install build twine
- pip install build twine pytest
- python -m build ${PEX_PATH}
- pip install ${PEX_PATH}
- NAME=$(awk -F' = ' '/^\[tool.poetry\]/ { project = 1; next } /^\[.*\]/ { project = 0 } project && $1 == "name" { gsub(/"/, "", $2); print $2 }' ${PEX_PATH}/pyproject.toml)
......
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