Skip to content
GitLab
Menu
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
39f65e17
Commit
39f65e17
authored
Nov 05, 2021
by
Thomas Vincent
Browse files
comment tests for python3.10
parent
f1bbd7ce
Pipeline
#73763
failed with stages
in 104 minutes and 9 seconds
Changes
1
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
39f65e17
...
...
@@ -110,10 +110,11 @@ windows_test_python39:
extends
:
.windows_base_python39
needs
:
[
"
windows_wheel_python39"
]
windows_test_python310
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python310
needs
:
[
"
windows_wheel_python310"
]
# Waiting for dependencies to be available
#windows_test_python310:
# <<: *test_noqt_template_defintion
# extends: .windows_base_python310
# needs: ["windows_wheel_python310"]
.test_macos_noqt_template
:
&test_macos_noqt_template_defintion
...
...
@@ -152,10 +153,11 @@ macos_test_python39:
extends
:
.macos_base_python39
needs
:
[
"
macos_wheel_python39"
]
macos_test_python310
:
<<
:
*test_macos_noqt_template_defintion
extends
:
.macos11_intel64_base_python310
needs
:
[
"
macos_wheel_python310"
]
#
#macos_test_python310:
# <<: *test_macos_noqt_template_defintion
# extends: .macos11_intel64_base_python310
# needs: ["macos_wheel_python310"]
.test_template
:
&test_template_defintion
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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