Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
silx
bob
pyFAI
Commits
77d86ed7
Commit
77d86ed7
authored
Jul 12, 2021
by
Thomas Vincent
Browse files
replace dependencies: with needs:
parent
52c21b88
Pipeline
#58348
passed with stages
in 47 minutes and 11 seconds
Changes
1
Pipelines
20
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
77d86ed7
...
...
@@ -71,14 +71,12 @@ macos_wheel_python39:
manylinux2014_ppc64le_test_cp37
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp37_base
dependencies
:
-
manylinux2014_ppc64le_wheels
needs
:
[
"
manylinux2014_ppc64le_wheels"
]
manylinux2014_ppc64le_test_cp38
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp38_base
dependencies
:
-
manylinux2014_ppc64le_wheels
needs
:
[
"
manylinux2014_ppc64le_wheels"
]
# Deploy
...
...
Write
Preview
Markdown
is supported
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