Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Merge requests
!251
Use base environment for bdt to make it compatible with boa
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use base environment for bdt to make it compatible with boa
use-base-environment
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
André Anjos
requested to merge
use-base-environment
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
16606f02
Show latest version
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
16606f02
[data] Use base environment for bdt to make it compatible with boa
· 16606f02
André Anjos
authored
3 years ago
bob/devtools/data/gitlab-ci/noarch.yaml
+
2
−
2
Options
@@ -23,11 +23,11 @@ stages:
before_script
:
-
"
[
-r
~/.condarc
]
&&
rm
-fv
~/.condarc"
-
curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
-
python3 bootstrap.py -vv channel b
dt
-
python3 bootstrap.py -vv channel b
ase
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
# for conda inspect during builds (on macos)
-
conda install -n base conda-build
-
conda activate b
dt
-
conda activate b
ase
-
bdt ci check -vv
cache
:
paths
:
Loading