We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e1cb9 commit ebdb2d4Copy full SHA for ebdb2d4
1 file changed
.github/workflows/tests.yml
@@ -167,6 +167,6 @@ jobs:
167
- name: Run Tests
168
run: |
169
make install
170
- pip install ".[spark]"
+ pip install ".[spark, test]"
171
make test_spark
172
0 commit comments