Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loopy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Andreas Klöckner
loopy
Commits
dd1ad185
Commit
dd1ad185
authored
3 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Use pip install, not conda install for examples deps
parent
4f8c9f88
Loading
Loading
Loading
Pipeline
#272770
passed
3 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci.yml
+3
-1
3 additions, 1 deletion
.github/workflows/ci.yml
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
with
7 additions
and
2 deletions
.github/workflows/ci.yml
+
3
−
1
View file @
dd1ad185
...
...
@@ -98,7 +98,9 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
build_py_project_in_conda_env
conda install matplotlib ipykernel nbconvert
# ipython_genutils for https://github.com/jupyter/nbconvert/issues/1725
with_echo pip install matplotlib ipykernel nbconvert ipython_genutils
install_ispc
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
4
−
1
View file @
dd1ad185
...
...
@@ -118,7 +118,10 @@ Pytest POCL Examples:
. ./ci-support-v0
build_py_project_in_venv
pip install matplotlib ipykernel nbconvert
# ipython_genutils for https://github.com/jupyter/nbconvert/issues/1725
pip install matplotlib ipykernel nbconvert ipython_genutils
install_ispc
. ./.ci/examples-funcs.sh
...
...
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