Skip to content

Commit

Permalink
Add pyparsing to Python deps in CI (#326)
Browse files Browse the repository at this point in the history
Install `pyparsing` in CI because cvc5 depends on it now.
  • Loading branch information
CyanoKobalamyne committed Jul 9, 2024
1 parent e21b880 commit 5d5e9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d5e9ea

Please sign in to comment.