Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ds-skript
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
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
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Konrad Völkel
ds-skript
Commits
1227fc9a
Commit
1227fc9a
authored
Apr 24, 2024
by
Konrad Völkel
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
196e25e2
No related branches found
No related tags found
No related merge requests found
Pipeline
#134576
failed
Apr 24, 2024
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-8
6 additions, 8 deletions
.gitlab-ci.yml
with
6 additions
and
8 deletions
.gitlab-ci.yml
+
6
−
8
View file @
1227fc9a
...
@@ -14,16 +14,14 @@ jupyter-build:
...
@@ -14,16 +14,14 @@ jupyter-build:
stage
:
build
stage
:
build
image
:
sphinxdoc/sphinx-latexpdf
image
:
sphinxdoc/sphinx-latexpdf
script
:
script
:
-
python3.11 -V
# Print out python version for debugging
-
alias python=python3.11
-
python
3.11 -m pip install virtualenv
-
python
-V
# Print out python version for debugging
-
python3.11 -m
pip install --upgrade pip
-
pip install --upgrade pip
-
p
ython3.11 -m pip install --upgrade setuptools
-
p
ip install virtualenv
-
virtualenv venv
-
virtualenv venv
-
source venv/bin/activate
-
source venv/bin/activate
-
python3.11 -m pip install --upgrade pip
-
pip install --upgrade setuptools
# fix distutils problems?
-
python3.11 -m pip install --upgrade setuptools
# fix distutils problems?
-
pip install -r requirements.txt -v
-
python3.11 -m pip install -r requirements.txt -v
-
alias python=python3.11
# for jb clean ...
-
jupyter-book clean .
-
jupyter-book clean .
-
jupyter-book build . --builder html
-
jupyter-book build . --builder html
-
jupyter-book build . --builder pdflatex
-
jupyter-book build . --builder pdflatex
...
...
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