Skip to content
Snippets Groups Projects
Commit 7e207267 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

add install pandas to .yml

parent 6f72006d
No related branches found
No related tags found
No related merge requests found
Pipeline #18984 passed
...@@ -15,6 +15,7 @@ pages: ...@@ -15,6 +15,7 @@ pages:
- pip3 install sphinx - pip3 install sphinx
- pip3 install sphinxcontrib-bibtex sphinx_rtd_theme sphinx-argparse - pip3 install sphinxcontrib-bibtex sphinx_rtd_theme sphinx-argparse
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- pip3 install pandas
- cd doc - cd doc
- sphinx-apidoc -f -o ./source/_autosummary/ ../jass_preprocessing/ - sphinx-apidoc -f -o ./source/_autosummary/ ../jass_preprocessing/
- make html - make html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment