Skip to content
Snippets Groups Projects
Commit 5513273f authored by GANGLOFF Hugo's avatar GANGLOFF Hugo 🤠
Browse files

Merge branch 'documentation' into 'main'

add statsmodel dependency

See merge request hugo.gangloff/xpcax!5
parents 1dd173e3 872d9255
No related branches found
No related tags found
1 merge request!5add statsmodel dependency
Pipeline #94908 passed with stages
in 1 minute and 8 seconds
......@@ -16,7 +16,7 @@ black:
build_package:
stage: build
before_script:
- pip3 install build
- pip3 install build statsmodels
script:
- rm -rf dist/
- python3 -m build
......@@ -29,6 +29,7 @@ build_package:
publish_package:
stage: publish
before_script:
- pip3 install statsmodels
- pip3 install twine
script:
- TWINE_PASSWORD=${CI_JOB_TOKEN}
......@@ -43,6 +44,7 @@ publish_package:
build_doc:
stage: build
before_script:
- pip3 install statsmodels
- pip3 install sphinx sphinx_rtd_theme
script:
- pip3 install .
......
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