From e27e84dbaba7c7fcbaf9ecf49945b962a900a0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Sat, 16 Jan 2021 22:49:31 -0600 Subject: [PATCH] Disable Github examples CI (no examples exist) --- .github/workflows/ci.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab48ef5..356833f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,22 +78,22 @@ jobs: curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh . ./build-and-test-py-project.sh - examples: - name: Examples Py3 - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - uses: actions/setup-python@v1 - with: - python-version: '3.x' - - name: "Main Script" - run: | - 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 + #examples: + # name: Examples Py3 + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - + # uses: actions/setup-python@v1 + # with: + # python-version: '3.x' + # - name: "Main Script" + # run: | + # 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 docs: name: Documentation -- GitLab