Skip to content

Commit 66c99be

Browse files
authored
feat: include R files in the pipeline zip file (#271)
1 parent 89fa2a2 commit 66c99be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openhexa/cli/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def generate_zip_file(pipeline_directory_path: str | Path) -> io.BytesIO:
555555
# We are in a virtual environment
556556
excluded_paths.append(path.parent.parent) # ./<venv>/bin/python -> ./<venv>
557557

558-
if path.suffix not in (".py", ".ipynb", ".txt", ".md"):
558+
if path.suffix not in (".py", ".ipynb", ".txt", ".md", ".R", ".r"):
559559
continue
560560

561561
files.append(path)

0 commit comments

Comments
 (0)