Skip to content

Commit 5f7a378

Browse files
authored
Fixed a GitHub CI issue (#505)
1 parent 3b81385 commit 5f7a378

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
# Install wheel
7070
pip install wheel
7171
72+
# Install a version of pyparsing to fix a CI bug
73+
pip install pyparsing==2.4.7
74+
7275
# Install delphi in editable mode
7376
pip install -e .[test]
7477

0 commit comments

Comments
 (0)