From 5d5e9ea5977330ef01a2cb5b4da7e10d7521f3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ron=20Ricardo=20Perez-Lopez?= Date: Tue, 9 Jul 2024 10:41:56 -0400 Subject: [PATCH] Add pyparsing to Python deps in CI (#326) Install `pyparsing` in CI because cvc5 depends on it now. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55cbcbe5..58f7ef1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: python3 -m pip install 'setuptools<61' - name: Python Dependencies (all) - run: python3 -m pip install Cython pytest toml + run: python3 -m pip install Cython pytest pyparsing toml - name: Python Dependencies (all) run: python3 -m pip install scikit-build