Skip to content
Snippets Groups Projects
Commit 3cee3217 authored by Moul's avatar Moul
Browse files

[ci] #118: Stop installing all dependencies into jobs for one dev dep:

- mypy, and sphinx are now directly installed in v3.8 container
- This in order to speed-up the jobs

pylint: install all dependencies to avoid the deps import issues: E0401 and E1101
parent 9805fdba
No related branches found
No related tags found
2 merge requests!128Release 0.62.0,!95#118: Set up complete CI/CD pipeline
...@@ -57,7 +57,6 @@ type: ...@@ -57,7 +57,6 @@ type:
- .changes - .changes
stage: checks stage: checks
script: script:
- poetry install
- make mypy - make mypy
lint: lint:
...@@ -128,7 +127,7 @@ pages: ...@@ -128,7 +127,7 @@ pages:
stage: publish_doc stage: publish_doc
script: script:
- poetry install - poetry install
- poetry run make docs - make docs
- mv docs/_build/html public - mv docs/_build/html public
- ls public - ls public
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment