-
Notifications
You must be signed in to change notification settings - Fork 0
ci matrix #46
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
ci matrix #46
Conversation
.github/workflows/Lint-and-test.yml
Outdated
| call-workflow: | ||
| strategy: | ||
| matrix: | ||
| os: ["ubuntu-latest", "windows-latest"] | ||
| uses: ISISComputingGroup/reusable-workflows/.github/workflows/linters.yml@main | ||
| with: | ||
| compare-branch: origin/main | ||
| python-ver: '3.12' | ||
| python-ver: '3.13' | ||
| runs-on: ${{ matrix.os }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meh not really sure we need to lint on both win and linux...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably not. windows is also slow as fuck.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW i'll re-add the final results check to the ruleset when this is merged
No description provided.