diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 30341316608bc752c12a032838d18d691c2ebb04..6e7cbc519368f8d9ff68aaed01a5aaeab30be3e5 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