Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,8 @@ run_pylint: # and knows that its purpose is to deploy a website to GitLab Pages. pages: stage: deploy_docs tags: - git-run-ia2 # Commands to run before the main script. Perfect for installing dependencies. before_script: - pip install -r docs/requirements.txt Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,8 @@ run_pylint: # and knows that its purpose is to deploy a website to GitLab Pages. pages: stage: deploy_docs tags: - git-run-ia2 # Commands to run before the main script. Perfect for installing dependencies. before_script: - pip install -r docs/requirements.txt Loading