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'...
Steps to Reproduce
-
Run the GitHub Action workflow in a Kaggle private repository with a basic print statement.
-
Observe the cloning attempt.
-
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
Repository: KevKibe/kaggle-script-action
Environment: Kaggle,
Repository: Private
Expected Behavior
Actual Behavior
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'...Steps to Reproduce
Run the GitHub Action workflow in a Kaggle private repository with a basic print statement.
Observe the cloning attempt.
Workflow hangs indefinitely without successfully running the print statement.
Possible Causes
Additional Notes
Any insights or fixes regarding this unexpected behavior would be greatly appreciated.
Thanks