Skip to content
Snippets Groups Projects
Commit a90e77eb authored by leufen1's avatar leufen1
Browse files

replaced xargs by standard pip install for all steps it is not required (keep...

replaced xargs by standard pip install for all steps it is not required (keep only for tests from scratch) to save time
parent 2a38d0e3
No related branches found
No related tags found
4 merge requests!164update release branch by recent developments,!163another update,!162Resolve "new release v1.0.0",!139Draft: Resolve "KZ filter"
Pipeline #47954 passed
...@@ -72,7 +72,7 @@ tests (on GPU): ...@@ -72,7 +72,7 @@ tests (on GPU):
- chmod +x ./CI/update_badge.sh - chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null - ./CI/update_badge.sh > /dev/null
script: script:
- cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install - pip install -r requirements.txt
- chmod +x ./CI/run_pytest.sh - chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh - ./CI/run_pytest.sh
after_script: after_script:
...@@ -96,7 +96,7 @@ tests: ...@@ -96,7 +96,7 @@ tests:
- chmod +x ./CI/update_badge.sh - chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null - ./CI/update_badge.sh > /dev/null
script: script:
- cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install - pip install -r requirements.txt
- chmod +x ./CI/run_pytest.sh - chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh - ./CI/run_pytest.sh
after_script: after_script:
...@@ -120,7 +120,7 @@ coverage: ...@@ -120,7 +120,7 @@ coverage:
- chmod +x ./CI/update_badge.sh - chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null - ./CI/update_badge.sh > /dev/null
script: script:
- cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install - pip install -r requirements.txt
- chmod +x ./CI/run_pytest_coverage.sh - chmod +x ./CI/run_pytest_coverage.sh
- ./CI/run_pytest_coverage.sh - ./CI/run_pytest_coverage.sh
after_script: after_script:
...@@ -142,7 +142,7 @@ sphinx docs: ...@@ -142,7 +142,7 @@ sphinx docs:
- chmod +x ./CI/update_badge.sh - chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null - ./CI/update_badge.sh > /dev/null
script: script:
- cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install - pip install -r requirements.txt
- pip install -r docs/requirements_docs.txt - pip install -r docs/requirements_docs.txt
- chmod +x ./CI/create_documentation.sh - chmod +x ./CI/create_documentation.sh
- ./CI/create_documentation.sh - ./CI/create_documentation.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment