Skip to content

Commit fbc4c7e

Browse files
author
Todd Leonhardt
committed
Make sure numpy and pandas get installed when testing on macOS
1 parent b8628b8 commit fbc4c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
# Test - test with pytest, collect coverage metrics with pytest-cov, and publish these metrics to codecov.io
4545
- script: |
46-
pip install pytest pytest-cov codecov
46+
pip install pytest pytest-cov codecov numpy pandas
4747
py.test --cov=tableformatter --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html && codecov
4848
displayName: 'Test with pytest'
4949
continueOnError: false

0 commit comments

Comments
 (0)