Skip to content

Commit

Permalink
set global environment variable instead of one-time cli flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 27, 2024
1 parent a71b7e6 commit ca2c419
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Code quality
on:
push:
env:
UV_PYTHON_PREFERENCE: only-system
jobs:
run:
runs-on: ubuntu-latest
Expand All @@ -20,7 +22,7 @@ jobs:
architecture: x64

- name: Install dev dependencies
run: uv sync --python-preference only-system
run: uv sync

- name: ruff format
run: uv run ruff format --diff .
Expand Down

0 comments on commit ca2c419

Please sign in to comment.