Skip to content

Commit 4bca7cf

Browse files
committed
add missing dep
1 parent 2ab44ba commit 4bca7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-equivalence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
apt-get update
7272
apt-get install --yes --no-install-recommends postgresql-client wget unzip
73-
pip install -e .
73+
pip install -e ".[equivalence]"
7474
7575
- uses: ./.github/actions/setup-duckdb
7676

0 commit comments

Comments
 (0)