Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quarto-getting-started
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marius Meyer
quarto-getting-started
Commits
88744478
Commit
88744478
authored
1 year ago
by
Marius Meyer
Browse files
Options
Downloads
Patches
Plain Diff
Install nbclient in CI
parent
61d60825
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#47682
passed
1 year ago
Stage: build
Stage: release
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
88744478
...
...
@@ -25,7 +25,7 @@ build_pdf:
paths
:
-
/root/.julia
script
:
-
apt-get update && apt-get install -y --no-install-recommends make pandoc jupyter curl gdebi-core librsvg2-bin && rm -rf /var/lib/apt/lists/*
-
apt-get update && apt-get install -y --no-install-recommends make pandoc jupyter
python3-nbclient
curl gdebi-core librsvg2-bin && rm -rf /var/lib/apt/lists/*
-
curl -fsSL https://install.julialang.org | sh -s -- -y --default-channel release
-
source /root/.bashrc
-
julia -e "using Pkg; Pkg.add(\"IJulia\")"
...
...
@@ -76,7 +76,7 @@ build_pages:
paths
:
-
/root/.julia
script
:
-
apt-get update && apt-get install -y --no-install-recommends make pandoc jupyter curl gdebi-core && rm -rf /var/lib/apt/lists/*
-
apt-get update && apt-get install -y --no-install-recommends make pandoc jupyter
python3-nbclient
curl gdebi-core && rm -rf /var/lib/apt/lists/*
-
julia -e "using Pkg; Pkg.add(\"IJulia\")"
-
julia -e "using IJulia; IJulia.installkernel(\"julia\")"
-
curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
...
...
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