From a180760303860e282d6b2f9911e85c0ef80af60c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 4 Sep 2020 17:15:18 -0500 Subject: [PATCH] Install pymbolic for examples job --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3034131..6e7cbc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: . ./build-and-test-py-project.sh examples: - name: Examples Conda Py3 + name: Examples Py3 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -82,7 +82,7 @@ jobs: python-version: '3.x' - name: "Main Script" run: | - EXTRA_INSTALL="numpy" + 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 -- GitLab