diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6338ef89199ca99402fddf1f297f7260d4f48ce7..a8c5ccac20080bb1d7e29a062a232d4296856818 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: