From 55ca5356b00809a8685d9f222ec7b0a024460317 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 24 Mar 2022 18:28:33 -0500 Subject: [PATCH] Make asv invocation explicit in doc build --- .github/workflows/ci.yml | 1 - .gitlab-ci.yml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20d33ef8..15098225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,6 @@ jobs: - uses: actions/checkout@v2 - name: "Main Script" run: | - PROJECT=sumpy CONDA_ENVIRONMENT=.test-conda-env-py3.yml curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh . ci-support.sh diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb0f08e3..4de8d0c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,12 +110,12 @@ Examples Conda: Documentation: stage: deploy script: | - PROJECT=sumpy EXTRA_INSTALL="pybind11 numpy mako" - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh - . ci-support.sh + 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: - linux -- GitLab