Skip to content

Workflow Stuck During Private Repository Cloning in kaggle #17

@AllieUbisse

Description

@AllieUbisse

Repository: KevKibe/kaggle-script-action
Environment: Kaggle,
Repository: Private


Expected Behavior

Clone the repository successfully.

Run the basic print statement: print("Running in Kaggle").

Stop executing after the print command.

Actual Behavior

When running the workflow, it attempts to clone the repository.

Cloning process never finishes, causing the workflow to hang indefinitely.

Logs

3.9s  0   0.00s - Debugger warning: It seems that frozen modules are being used, which may
3.9s  1   0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
3.9s  2   0.00s - to python to disable frozen modules.
3.9s  3   0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
4.8s  4   0.00s - Debugger warning: It seems that frozen modules are being used, which may
4.8s  5   0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
4.8s  6   0.00s - to python to disable frozen modules.
4.8s  7   0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
7.6s  8   Cloning into 'repo_name'...
Image

Steps to Reproduce

  1. Run the GitHub Action workflow in a Kaggle private repository with a basic print statement.

  2. Observe the cloning attempt.

  3. Workflow hangs indefinitely without successfully running the print statement.

Possible Causes

  • Kaggle environment-specific behavior affecting repository cloning.

Additional Notes

Any insights or fixes regarding this unexpected behavior would be greatly appreciated.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions