Skip to content

Commit 76a6736

Browse files
committed
Use quotes
1 parent 5739952 commit 76a6736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343

4444
- name: Run Ruff
4545
run: |
46-
python -m pip install -U ruff<0.8.0
46+
python -m pip install -U "ruff<0.8.0"
4747
python -m ruff check .
4848
python -m ruff format --check
4949
working-directory: python_files

0 commit comments

Comments
 (0)