mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[CI][Hotfix] Fix macOS kickoff job (#25377)
This commit is contained in:
parent
961b875ab8
commit
b9874f5bd9
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import subprocess
|
|||
import sys
|
||||
|
||||
|
||||
def list_changed_files(commit_range: str):
|
||||
# NOTE(simon): do not add type hint here because it's ran using python2 in CI.
|
||||
def list_changed_files(commit_range):
|
||||
"""Returns a list of names of files changed in the given commit range.
|
||||
|
||||
The function works by opening a subprocess and running git. If an error
|
||||
|
|
Loading…
Add table
Reference in a new issue