Skip to content

Commit

Permalink
Add pandas to CI test env
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Oct 17, 2021
1 parent 13c59cd commit deb997e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
EXTRA_CONDA_PACKAGES: "numpy"
# SKIP_TESTS: "true"
SKLEARN_TESTS: "true"
linux_py39_pandas_tests:
imageName: 'ubuntu-latest'
PYTHON_VERSION: "3.9"
EXTRA_CONDA_PACKAGES: "pandas"
linux_py38_distributed:
# To be updated regularly to use the most recent versions of the
# dependencies.
Expand Down

0 comments on commit deb997e

Please sign in to comment.