Skip to content

Commit c05929d

Browse files
Fixes CI testing problem raised by removing predpatt as a dependency.
1 parent 1b3a34a commit c05929d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: |
3434
python -m pip install --upgrade pip
3535
pip install -e ".[dev]"
36+
# install predpatt for differential testing
37+
pip install git+https://github.com/hltcoe/PredPatt.git
3638
3739
- name: Run tests with pytest (including slow tests)
3840
run: |

0 commit comments

Comments
 (0)