Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ixstools
xrstools
Commits
c6fc53d0
Commit
c6fc53d0
authored
Oct 30, 2020
by
myron
Browse files
installed pyqt5 in non regression test
parent
c92ea4c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c6fc53d0
...
...
@@ -6,7 +6,7 @@ variables:
PROJECT_NAME
:
"
xrstools"
LOCAL_REPO
:
"
/dev/shm/gitlab_ci/xrstools"
VENV_DIR
:
/dev/shm/gitlab_ci/xrstools/venv
USE_CLEAN_VENV
:
"
fals
e"
USE_CLEAN_VENV
:
"
tru
e"
test
:
stage
:
test
...
...
@@ -22,13 +22,14 @@ test:
-
python3 -m venv $VENV_DIR
-
source $VENV_DIR/bin/activate
-
echo "Running $(python --version) from $(which python) on $(hostname) ($(arch))"
-
pip install --upgrade pip setuptools wheel
-
pip install --upgrade numpy silx
-
pip install PyQt5
-
pip install -r requirements.txt
-
pip install .
script
:
-
python -m pip install .
-
cd nonregressions
-
/usr/bin/xvfb-run --server-args="-screen 0 1024x768x24" -a python non_reg_testing_XRS.py
-
/usr/bin/xvfb-run --server-args="-screen 0 1024x768x24" -a python non_reg_testing_XRS_small.py
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment