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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Konrad Völkel
ds-skript
Commits
196e25e2
Commit
196e25e2
authored
1 year ago
by
Konrad Völkel
Browse files
Options
Downloads
Patches
Plain Diff
desperately trying to fix distutils thing
parent
be21af21
No related branches found
No related tags found
No related merge requests found
Pipeline
#134575
failed
1 year ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-8
8 additions, 8 deletions
.gitlab-ci.yml
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
8
−
8
View file @
196e25e2
...
@@ -14,16 +14,16 @@ jupyter-build:
...
@@ -14,16 +14,16 @@ jupyter-build:
stage
:
build
stage
:
build
image
:
sphinxdoc/sphinx-latexpdf
image
:
sphinxdoc/sphinx-latexpdf
script
:
script
:
-
python3 -V
# Print out python version for debugging
-
python3
.11
-V
# Print out python version for debugging
-
python3 -m pip install virtualenv
-
python3
.11
-m pip install virtualenv
-
python3 -m pip install --upgrade pip
-
python3
.11
-m pip install --upgrade pip
-
python3 -m pip install --upgrade setuptools
-
python3
.11
-m pip install --upgrade setuptools
-
virtualenv venv
-
virtualenv venv
-
source venv/bin/activate
-
source venv/bin/activate
-
python3 -m pip install --upgrade pip
-
python3
.11
-m pip install --upgrade pip
-
python3 -m pip install --upgrade setuptools
# fix distutils problems?
-
python3
.11
-m pip install --upgrade setuptools
# fix distutils problems?
-
python3 -m pip install -r requirements.txt -v
-
python3
.11
-m pip install -r requirements.txt -v
-
alias python=python3
# for jb clean ...
-
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