Skip to content

Conversation

@rtibbles
Copy link
Member

@rtibbles rtibbles commented Mar 7, 2025

Summary

  • Update skip checking to be within matrix to allow required checks to show as skipped.
  • Separate out EOL Python version tests to run in docker to use ubuntu-latest runner.

References

Fix for le-utils part of learningequality/kolibri-ecosystem#41

Reviewer guidance

Do all tests still pass?

Note, this changes the name of some required tests, so it will so some checks as pending when they are really not. When this has been merged, we should update the required checks for this repo.

…show as skipped.

Separate out EOL Python version tests to run in docker to use ubuntu-latest runner.
@rtibbles rtibbles changed the title Drop use of deprecated and soon to be removed ubuntu-20.04 Github Actions runner Mar 7, 2025
@nucleogenesis nucleogenesis self-assigned this Mar 11, 2025
Copy link
Member

@nucleogenesis nucleogenesis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checks pass and nothing stuck out to me in the changes so I'll leave merging to your discretion here.

with:
python-version: ${{ matrix.python-version }}
- name: Cache pip
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious where do the needs.pre_job... etc get set? Where are the inputs?

@rtibbles rtibbles merged commit 8adb031 into main Mar 14, 2025
15 checks passed
@rtibbles rtibbles deleted the ubuntu_latest branch March 14, 2025 03:13
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

Successfully merging this pull request may close these issues.

3 participants