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
silx
bob
silx
Commits
ed01f5a0
Commit
ed01f5a0
authored
May 12, 2021
by
Thomas Vincent
Browse files
remove useless --ignore for macos
parent
e234c4f0
Pipeline
#46741
failed with stages
in 35 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ed01f5a0
...
...
@@ -123,7 +123,7 @@ windows_test_python39:
-
pip install pyqt5==5.13.2
-
pip install --pre --find-links artifacts/ --only-binary silx silx[full,test]
# Do not run GUI tests and OpenCL ones
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests(
args=['--ignore=silx/opencl']
));"
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
macos_test_python36
:
...
...
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