Fix the failing CI github workflow#8
Fix the failing CI github workflow#8samarpan1738 wants to merge 7 commits intoRealDevSquad:developfrom
Conversation
This was causing error while installing python requirements. It's conflicting with `actions/setup-python@v4`
iamitprakash
left a comment
There was a problem hiding this comment.
please mention reason why it was added in first place, if possible add reference
I had generated the github workflow file using ChatGPT and tested it and it was working earlier. Acc. to my findings, the workflow fails when the base runner image is Acc. to this github issue, they have removed some of the packages and changed versions of few packages in ubuntu 24 image. A combination of base runner image Using |
why this @v4 |
I had picked it up from a code sample from an article and not from the official docs. Therefore it's an older (v4) version |
|
closing this PR, this issue has been fixed in a different PR #16 |
Date: 20 Dec 2024
Developer Name: Samarpan Harit
Issue Ticket Number
Description
actions/setup-python@v4actions/setup-python@v4leading to this issue.Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
The workflow successfully running for this PR is the proof of it's working
Success workflow execution for this PR
Test Coverage
Not applicable
Additional Notes