Skip to content

Fix #174: CI ruff step emits warning about version#188

Merged
elliot-100 merged 1 commit intoOlen:mainfrom
elliot-100:fix/174-ci-ruff-step-emits-warning-about-version
Mar 10, 2025
Merged

Fix #174: CI ruff step emits warning about version#188
elliot-100 merged 1 commit intoOlen:mainfrom
elliot-100:fix/174-ci-ruff-step-emits-warning-about-version

Conversation

@elliot-100
Copy link
Copy Markdown
Collaborator

@elliot-100 elliot-100 commented Mar 8, 2025

This PR changes the python-package GitHub workflow to install and poetry run ruff... explicitly, rather than via GitHub action.

This makes things simpler: we now only need a single dev-dependency group instead of two, and CI will now install the ruff version specified there.

It also updates the CI pytest step to use poetry run... to be consistent.

@elliot-100 elliot-100 force-pushed the fix/174-ci-ruff-step-emits-warning-about-version branch from dc8a072 to b87b77f Compare March 8, 2025 10:29
@elliot-100 elliot-100 marked this pull request as ready for review March 8, 2025 10:40
@elliot-100 elliot-100 changed the title ci: run ruff explicitly instead of via action Fix #174: CI ruff step emits warning about version Mar 8, 2025
@elliot-100 elliot-100 linked an issue Mar 8, 2025 that may be closed by this pull request
@elliot-100 elliot-100 linked an issue Mar 8, 2025 that may be closed by this pull request
@elliot-100 elliot-100 merged commit 2c85211 into Olen:main Mar 10, 2025
5 checks passed
@elliot-100 elliot-100 deleted the fix/174-ci-ruff-step-emits-warning-about-version branch March 10, 2025 12:11
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.

CI: ruff step emits warning about version

1 participant