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

Merge branch 'fixing-build' into '2.8.2-DEVELOPMENT'

Modify the core sampler install script

See merge request !1362
parents c43477a9 e0485bd7
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1362Modify the core sampler install script
Pipeline #9947 failed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.build-pexes: .build-pexes:
image: python:3.10 image: python:3.10
script: script:
- pip install build twine - pip install build twine pytest
- python -m build ${PEX_PATH} - python -m build ${PEX_PATH}
- pip install ${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) - 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