Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sumpy
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
sumpy
Commits
55ca5356
Commit
55ca5356
authored
3 years ago
by
Andreas Klöckner
Committed by
Andreas Klöckner
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Make asv invocation explicit in doc build
parent
1a5fc695
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci.yml
+0
-1
0 additions, 1 deletion
.github/workflows/ci.yml
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
4 deletions
.github/workflows/ci.yml
+
0
−
1
View file @
55ca5356
...
@@ -30,7 +30,6 @@ jobs:
...
@@ -30,7 +30,6 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
"
Main
Script"
-
name
:
"
Main
Script"
run
:
|
run
:
|
PROJECT=sumpy
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh
. ci-support.sh
. ci-support.sh
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
3
−
3
View file @
55ca5356
...
@@ -110,12 +110,12 @@ Examples Conda:
...
@@ -110,12 +110,12 @@ Examples Conda:
Documentation
:
Documentation
:
stage
:
deploy
stage
:
deploy
script
:
|
script
:
|
PROJECT=sumpy
EXTRA_INSTALL="pybind11 numpy mako"
EXTRA_INSTALL="pybind11 numpy mako"
curl -L -O https://
gitlab.
tiker.net/
inducer/
ci-support
/raw/main/ci-support.sh
curl -L -O https://tiker.net/ci-support
-v0
. ci-support
.sh
. ci-support
-v0
build_py_project_in_venv
build_py_project_in_venv
build_docs
build_docs
build_asv_html
maybe_upload_docs
maybe_upload_docs
tags
:
tags
:
-
linux
-
linux
...
...
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