Skip to content

Commit ebdb2d4

Browse files
committed
chore: add pytest to the dependencies
1 parent 10e1cb9 commit ebdb2d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ jobs:
167167
- name: Run Tests
168168
run: |
169169
make install
170-
pip install ".[spark]"
170+
pip install ".[spark, test]"
171171
make test_spark
172172

0 commit comments

Comments
 (0)