Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
BayesValidRox
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inversemodeling
BayesValidRox
Commits
128252bc
Commit
128252bc
authored
8 months ago
by
Rebecca Kohlhaas
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
ce5dcb4a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!29
Preparation for release 1.1.0: fixes and test for pages
,
!28
Merge to circumvent issues
Pipeline
#45492
failed
8 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
128252bc
...
...
@@ -34,10 +34,10 @@ cache:
before_script
:
-
python --version ; pip --version
# For debugging
-
pip install --upgrade pip setuptools wheel
-
pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
pip install --upgrade pip setuptools wheel
-
pip install virtualenv
stages
:
# List of stages for jobs, and their order of execution
-
build
...
...
@@ -49,6 +49,7 @@ build-job: # This job runs in the build stage, which runs first.
stage
:
build
script
:
-
echo "Compiling the code..."
-
pip install h5py --only-binary h5py
-
pip install .
-
echo "Compile complete."
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment