From b93821175cae58e4c067a933fd26acb1e3089dbb Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 24 Mar 2022 18:23:57 -0500 Subject: [PATCH] Make asv invocation explicit in doc build --- .github/workflows/ci.yml | 1 - .gitlab-ci.yml | 13 ++++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df593cb4b..3ebaf5863 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,6 @@ jobs: python-version: '3.x' - name: "Main Script" run: | - PROJECT=loopy curl -L -O https://tiker.net/ci-support-v0 . ci-support-v0 build_py_project_in_conda_env diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5092e2773..f8e08058c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,11 +147,14 @@ Pylint: Documentation: stage: deploy - script: - - PROJECT=loopy - - EXTRA_INSTALL="pybind11 numpy" - - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-docs.sh - - ". ./build-docs.sh" + script: | + EXTRA_INSTALL="pybind11 numpy" + curl -L -O https://tiker.net/ci-support-v0 + . ci-support-v0 + build_py_project_in_venv + build_docs + build_asv_html + maybe_upload_docs tags: - python3 -- GitLab