We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f8f7f commit fb20090Copy full SHA for fb20090
.github/workflows/test.yml
@@ -35,9 +35,9 @@ jobs:
35
run: |
36
python -m pip install --upgrade pip
37
if [ "${{ matrix.numpy_version }}" = "numpy<2" ]; then
38
- pip install ".[test,test_numpy_pre2]"
+ pip install ".[test,pandas,spark,test_numpy_pre2]"
39
else
40
- pip install ".[test,spark]"
+ pip install ".[test,pandas,spark]"
41
fi
42
43
- name: Test with pytest
0 commit comments