***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngmultiscale
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Hanser, Valentin
ngmultiscale
Commits
cf309363
Commit
cf309363
authored
11 months ago
by
Hanser, Valentin
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
8efc735d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#250361
failed with stage
in 1 minute and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-16
10 additions, 16 deletions
.gitlab-ci.yml
with
10 additions
and
16 deletions
.gitlab-ci.yml
+
10
−
16
View file @
cf309363
...
...
@@ -264,25 +264,19 @@ stages: # List of stages for jobs, and their order of execution
#
pages
:
image
:
python:3.10
stage
:
deploy
image
:
docker:stable
before_script
:
-
apk add python python-dev
script
:
-
python3 -m pip install -U sphinx
-
pip install -U sphinx
-
python3 -m pip install nbsphinx --user
-
python3 -m
pip install
sphinx sphinx_rtd_theme
-
python3 -m
pip install
pandoc
-
python3 -m
pip install
ngsolve
-
python3 -m
pip install
webgui_jupyter_widgets
-
python3 -m
pip install
--upgrade pip ipython ipykernel
-
python3 -m
pip install
numpy
-
python3 -m
pip install
matplotlib
-
python3 -m
pip install
tabulate
-
pip install sphinx sphinx_rtd_theme
-
pip install pandoc
-
pip install ngsolve
-
pip install webgui_jupyter_widgets
-
pip install --upgrade pip ipython ipykernel
-
pip install numpy
-
pip install matplotlib
-
pip install tabulate
-
export PYTHONPATH=/builds/valentin.hanser/ngmultiscale/python:/builds/valentin.hanser/ngmultiscale/python/MeshGenerators
-
echo $PYTHONPATH
-
python -c "import myPackage; print('done')"
...
...
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