Skip to content

Commit ad03b84

Browse files
committed
chore: add pytest to the dependencies
1 parent 1a01cf2 commit ad03b84

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)