Let’s try a conditional matrix #28
ci.yml
on: push
Matrix: test-linux
Waiting for pending jobs
Matrix: test-windows
Waiting for pending jobs
Annotations
1 error
Invalid workflow file:
.github/workflows/ci.yml#L20
The workflow is not valid. .github/workflows/ci.yml (Line: 20, Col: 17): Unrecognized named-value: 'jobs'. Located at position 1 within expression: jobs.test-linux.strategy.matrix.python-version == '3.7' && 'ubuntu-24.04' .github/workflows/ci.yml (Line: 21, Col: 17): Unrecognized named-value: 'jobs'. Located at position 2 within expression: (jobs.test-linux.strategy.matrix.python-version == '3.9' || jobs.test-linux.strategy.matrix.python-version == '3.10') && 'ubuntu-22.04'
|