We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jobs:make_wheels config contains unknown keys: matrix
Hi,
running a setuptools/pybind11 project in Gitlab-CI (v17.1.2-ee) leads to following YAML analysis error:
It seems, that matrix is not a valid keyword (Docs) here, but only parallel:matrix is.
matrix
parallel:matrix
parallel:matrix, opposed to matrix is also used in the same config at another place here which makes it look like a small oversight.
YAML analysis won't complain after changing it.
The text was updated successfully, but these errors were encountered:
@kratsg, does this look right?
Sorry, something went wrong.
Yeah, that got changed in a particular version.
<job_id>: parallel: matrix: {}
Anyone interested in making a PR? ;)
No branches or pull requests
Hi,
running a setuptools/pybind11 project in Gitlab-CI (v17.1.2-ee) leads to following YAML analysis error:
It seems, that
matrix
is not a valid keyword (Docs) here, but onlyparallel:matrix
is.parallel:matrix
, opposed tomatrix
is also used in the same config at another place here which makes it look like a small oversight.YAML analysis won't complain after changing it.
The text was updated successfully, but these errors were encountered: