Skip to content
Snippets Groups Projects

Modify the core sampler install script

Merged Daniel Lyons requested to merge fixing-build into 2.8.2-DEVELOPMENT
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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)
Loading