Skip to content

fixed CI#5

Merged
MikeLippincott merged 2 commits intoWayScience:mainfrom
MikeLippincott:fixing_CI
Apr 16, 2026
Merged

fixed CI#5
MikeLippincott merged 2 commits intoWayScience:mainfrom
MikeLippincott:fixing_CI

Conversation

@MikeLippincott
Copy link
Copy Markdown
Member

@MikeLippincott MikeLippincott commented Apr 16, 2026

Description

Fixing CI by installing just to the CI system

What kind of change(s) are included?

  • Documentation (changes docs or other related content)
  • Bug fix (fixes an issue).
  • Enhancement (adds functionality).
  • Breaking change (these changes would cause existing functionality to not work as expected).

Checklist

Please ensure that all boxes are checked before indicating that this pull request is ready for review.

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have searched for existing content to ensure this is not a duplicate.
  • I have performed a self-review of these additions (including spelling, grammar, and related).
  • These changes pass all pre-commit checks.
  • I have added comments to my code to help provide understanding
  • I have added a test which covers the code changes found within this PR
  • I have deleted all non-relevant text in this pull request template.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes CI failures related to missing developer tooling by ensuring just is available in GitHub Actions and by aligning ruff availability between local dev/uv environments and pre-commit.

Changes:

  • Install just in the CI workflow jobs that run pre-commit and just coverage-check.
  • Add ruff to the project’s dev dependency group and lock it in uv.lock.
  • Bump the ruff-pre-commit hook revision to v0.15.11.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/run-tests.yml Installs just in relevant CI jobs so local pre-commit/just targets can run.
pyproject.toml Adds ruff to the dev dependency group so uv run ruff ... works in synced dev envs.
.pre-commit-config.yaml Updates the ruff hook revision to v0.15.11.
uv.lock Locks ruff and updates dev dependency metadata accordingly.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MikeLippincott
Copy link
Copy Markdown
Member Author

Merging now that tests have passed

@MikeLippincott MikeLippincott merged commit 6263dd6 into WayScience:main Apr 16, 2026
18 checks passed
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.

2 participants