pin ruff version in python check gha

This commit is contained in:
Mary Hipp 2024-08-15 09:37:06 -04:00 committed by Mary Hipp Rogers
parent f5c99b1488
commit dcd61e1f82

View File

@ -62,7 +62,7 @@ jobs:
- name: install ruff - name: install ruff
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }} if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
run: pip install ruff run: pip install ruff==0.6.0
shell: bash shell: bash
- name: ruff check - name: ruff check