Skip to content
Snippets Groups Projects
Commit 4d5d0afc authored by tholok97's avatar tholok97
Browse files

#4 fjernet overflødige 'install' fra pipeline

parent e9062db3
No related branches found
No related tags found
No related merge requests found
Pipeline #70086 failed
......@@ -15,7 +15,6 @@ job_lint_pylint:
image: morkolai/soitool-ci
script:
- pylint --version
- pip install pyside2
- pylint --rcfile=scripts/.pylintrc soitool
job_lint_bandit:
......@@ -29,17 +28,13 @@ job_lint_pydocstyle:
stage: lint
image: morkolai/soitool-ci
script:
- pip install pydocstyle
- pydocstyle --version
- pydocstyle --convention=numpy soitool
job_test_gui_ubuntu_vnc:
stage: test
image: morkolai/soitool-ci
before_script:
- apt-get install -y libgl1-mesa-glx
script:
- pip install pyside2
# -platform because running with a screen is not supported
# https://stackoverflow.com/questions/17106315/failed-to-load-platform-plugin-xcb-while-launching-qt5-app-on-linux-without
- QT_QPA_PLATFORM=vnc python3 -m unittest test.test_main
......@@ -66,7 +61,6 @@ pages:
image: morkolai/soitool-ci
script:
- mkdir public
- pip install pdoc3 pyside2
- pdoc --version
- pdoc soitool --html
- mv ./html/soitool/* ./public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment