diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa69234663f3a7009448a0ffbbae4b40ff602e11..a2eab63729964f31ca85bc565819e043391262eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ prepare:index: - if: $CI_COMMIT_REF_NAME - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/' before_script: - - pip install -r requirements.txt + - pip install -r .ci/generator/requirements.txt script: - python .ci/generateIndex.py - mkdir .tmp diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 594a2568e1ee92ed7e0e59b474401de45016b358..0000000000000000000000000000000000000000 --- a/requirements.txt +++ /dev/null @@ -1,15 +0,0 @@ -appnope~=0.1.2 -backcall~=0.2.0 -decorator~=5.1.0 -jedi~=0.18.1 -matplotlib-inline~=0.1.3 -natsort~=7.1.1 -parso~=0.8.3 -pexpect~=4.8.0 -pickleshare~=0.7.5 -prompt-toolkit~=3.0.24 -ptyprocess~=0.7.0 -Pygments~=2.10.0 -PyYAML~=6.0 -traitlets~=5.1.1 -wcwidth~=0.2.5