diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab48ef56e02b014b7a791bbe5ee7e491c47d5b38..356833fd80ccc96c80b8a776b76f6c6c5ae920a2 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