Add Python setup step to GitHub Actions workflow#193
Conversation
Added a step to set up Python 3.11 in the workflow.
Added a step to install Python dependencies in the workflow.
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
Removed redundant pip install commands for pyyaml and lxml in various steps of the GitHub Actions workflow.
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
Updated Docker command to install additional Python packages and dependencies.
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
Added a step to install Python and necessary packages in the Docker image for the IG publisher.
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
Removed Python installation steps from the GitHub Actions workflow.
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
❌ Deployment FailedBranch: Deployment failed. Please check the build log for details. |
Refactor Docker commands in GitHub Actions workflow to run container in detached mode and install Python packages as root.
✅ Deployment SuccessfulBranch:
Deployment completed successfully! The site is now live at the URL above. |
✅ Deployment SuccessfulBranch:
Deployment completed successfully! The site is now live at the URL above. |
Added a step to set up Python 3.11 in the workflow.