From 9ff770463c4a35f16744e18ef0ebc2d516b88506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 17 Jan 2021 06:07:12 +0100 Subject: [PATCH] Disable Gitlab examples CI for now --- .gitlab-ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6338ef8..a8c5cca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,17 +18,17 @@ Pytest: reports: junit: test/pytest.xml -Examples: - script: | - EXTRA_INSTALL="numpy pymbolic" - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh - . ./ci-support.sh - build_py_project_in_venv - run_examples - tags: - - python3 - except: - - tags +# Examples: +# script: | +# EXTRA_INSTALL="numpy pymbolic" +# curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh +# . ./ci-support.sh +# build_py_project_in_venv +# run_examples +# tags: +# - python3 +# except: +# - tags Flake8: script: -- GitLab