We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4009f commit bd62536Copy full SHA for bd62536
.circleci/config.yml
@@ -15,7 +15,7 @@ jobs:
15
export PATH=$HOME/miniconda/bin:$PATH
16
source $HOME/miniconda/etc/profile.d/conda.sh
17
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
+ 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
19
conda activate test-env
20
pip install .
21
cd doc
0 commit comments