We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab44ba commit 4bca7cfCopy full SHA for 4bca7cf
1 file changed
.github/workflows/pr-equivalence.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
apt-get update
72
apt-get install --yes --no-install-recommends postgresql-client wget unzip
73
- pip install -e .
+ pip install -e ".[equivalence]"
74
75
- uses: ./.github/actions/setup-duckdb
76
0 commit comments