Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!1362
Modify the core sampler install script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Modify the core sampler install script
fixing-build
into
2.8.2-DEVELOPMENT
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Daniel Lyons
requested to merge
fixing-build
into
2.8.2-DEVELOPMENT
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
2.8.2-DEVELOPMENT
2.8.2-DEVELOPMENT (base)
and
latest version
latest version
e0485bd7
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ci/pex-build.template.yml
+
1
−
1
Options
@@ -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