Skip to content

Commit

Permalink
ci: added flag --system
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhikharevAl committed Oct 27, 2024
1 parent d96c2e0 commit 18933bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff_check.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
python-version: '3.12.7'

- name: Install Ruff
run: uv pip install ruff
run: uv pip install --system ruff

- name: Run Ruff
run: ruff check .

0 comments on commit 18933bc

Please sign in to comment.