Skip to content
New issue

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

Gitlab CI: jobs:make_wheels config contains unknown keys: matrix #457

Open
sschnug opened this issue Jul 24, 2024 · 3 comments
Open

Gitlab CI: jobs:make_wheels config contains unknown keys: matrix #457

sschnug opened this issue Jul 24, 2024 · 3 comments

Comments

@sschnug
Copy link

sschnug commented Jul 24, 2024

Hi,

running a setuptools/pybind11 project in Gitlab-CI (v17.1.2-ee) leads to following YAML analysis error:

jobs:make_wheels config contains unknown keys: matrix

It seems, that matrix is not a valid keyword (Docs) here, but only parallel:matrix is.

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.

@henryiii
Copy link
Collaborator

henryiii commented Aug 5, 2024

@kratsg, does this look right?

@kratsg
Copy link
Contributor

kratsg commented Aug 5, 2024

Yeah, that got changed in a particular version.

<job_id>:
  parallel:
    matrix: {}

@henryiii
Copy link
Collaborator

henryiii commented Aug 8, 2024

Anyone interested in making a PR? ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants