Skip to content

Commit f811b2d

Browse files
ci: add pandas dependency for serializer tests
- Install pandas in CI test environment - Fixes ModuleNotFoundError for pandas in test_serializer.py - Both numpy and pandas are optional runtime deps but required for tests
1 parent 59c694e commit f811b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
python -m pip install --upgrade pip
6262
python -m pip install -e .
63-
python -m pip install pytest pytest-cov mock numpy
63+
python -m pip install pytest pytest-cov mock numpy pandas
6464
- name: Run Unit Tests
6565
run: |
6666
# Run basic import test

0 commit comments

Comments
 (0)