Skip to content
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: use uv in lint.yaml #137

Merged
merged 3 commits into from
Nov 15, 2024
Merged

ci: use uv in lint.yaml #137

merged 3 commits into from
Nov 15, 2024

Conversation

hugobloem
Copy link
Owner

This pull request includes changes to the .github/workflows/lint.yaml file to update the setup process for the linting job. The most important changes involve switching from using Python to using UV, a different setup tool.

Updates to the linting job setup:

  • .github/workflows/lint.yaml: Changed from using actions/setup-python@v5 to astral-sh/setup-uv@v3 for setting up the environment.
  • .github/workflows/lint.yaml: Updated the version parameter from specifying python-version: "3.11" to version: "latest".
  • .github/workflows/lint.yaml: Modified the command for installing requirements from python3 -m pip install -r requirements.txt to python3 -m uv pip install -r requirements.txt.

@hugobloem hugobloem merged commit 5bc5c6e into main Nov 15, 2024
6 checks passed
@hugobloem hugobloem deleted the hugobloem-patch-2 branch November 15, 2024 19:38
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.

1 participant