Skip to content

Commit fb20090

Browse files
committed
* Test spark with numpy<2 in build matrix configuration
1 parent b1f8f7f commit fb20090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
run: |
3636
python -m pip install --upgrade pip
3737
if [ "${{ matrix.numpy_version }}" = "numpy<2" ]; then
38-
pip install ".[test,test_numpy_pre2]"
38+
pip install ".[test,pandas,spark,test_numpy_pre2]"
3939
else
40-
pip install ".[test,spark]"
40+
pip install ".[test,pandas,spark]"
4141
fi
4242
4343
- name: Test with pytest

0 commit comments

Comments
 (0)