Skip to content

Commit bd62536

Browse files
author
Vianney Taquet
committed
Add pandas CircleCI config
1 parent fa4009f commit bd62536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
export PATH=$HOME/miniconda/bin:$PATH
1616
source $HOME/miniconda/etc/profile.d/conda.sh
1717
conda update --yes conda
18-
conda create -n test-env --yes -c conda-forge python=3.9.2 numpydoc scikit-learn matplotlib sphinx sphinx-gallery sphinx_rtd_theme typing_extensions
18+
conda create -n test-env --yes -c conda-forge python=3.9.2 numpydoc pandas scikit-learn matplotlib sphinx sphinx-gallery sphinx_rtd_theme typing_extensions
1919
conda activate test-env
2020
pip install .
2121
cd doc

0 commit comments

Comments
 (0)