Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
cspp_geo
cspp-geo-gridded-glm
Merge requests
!30
add our regression test suite to the repo via pytest
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add our regression test suite to the repo via pytest
pytest
into
master
Overview
0
Commits
12
Pipelines
0
Changes
23
Merged
Nick Bearson
requested to merge
pytest
into
master
2 years ago
Overview
0
Commits
12
Pipelines
0
Changes
23
Expand
taking a big initial swing towards closing #29
0
0
Merge request reports
Compare
master
version 3
a8cdbcbb
2 years ago
version 2
0af082eb
2 years ago
version 1
5f265f6d
2 years ago
master (base)
and
latest version
latest version
956b2dbb
12 commits,
2 years ago
version 3
a8cdbcbb
11 commits,
2 years ago
version 2
0af082eb
10 commits,
2 years ago
version 1
5f265f6d
9 commits,
2 years ago
23 files
+
525
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
23
Search (e.g. *.vue) (Ctrl+P)
buildbucket/package.sh
+
1
−
1
Options
@@ -76,7 +76,7 @@ mkdir -p bin libexec/python_runtime
cp
$GGLM_DIR
/PACKAGE_README.md ./README.md
cp
$GGLM_DIR
/PACKAGE_LICENSE ./LICENSE
cp
$GGLM_DIR
/bin/
*
./bin/
cp
$GGLM_DIR
/libexec/
*
./libexec/
cp
-r
$GGLM_DIR
/libexec/
*
./libexec/
# Untar the tarball so we can put things where we want
tar
-xz
-C
./libexec/python_runtime
-f
../
${
conda_tb
}
# write a conda environment.yml to the python_runtime/ folder so that we can more easily audit what's included in our runtime between builds
Loading