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

updated CI, could work now without installation in gitlab ci

parent 2a36fbfe
Branches
No related tags found
3 merge requests!253include current develop,!252Resolve "release v1.3.0",!247Resolve "BUG: update reqirements"
Pipeline #60378 passed with warnings
...@@ -96,10 +96,6 @@ tests: ...@@ -96,10 +96,6 @@ 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:
- python3.6 -m venv venv/
- source venv/bin/activate
- pip install --upgrade pip
- pip install numpy
- pip install -r requirements.txt - 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment