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
db903868
Commit
db903868
authored
Nov 26, 2020
by
Thomas Vincent
Browse files
Add allow_failure to windows tests
parent
27846ab2
Pipeline
#38188
passed with stages
in 43 minutes and 25 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
db903868
...
...
@@ -90,18 +90,21 @@ windows_test_python36:
extends
:
.windows_base_python36
dependencies
:
-
windows_wheel_python36
allow_failure
:
true
windows_test_python37
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python37
dependencies
:
-
windows_wheel_python37
allow_failure
:
true
windows_test_python38
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python38
dependencies
:
-
windows_wheel_python38
allow_failure
:
true
.test_macos_noqt_template
:
&test_macos_noqt_template_defintion
...
...
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