[BUG] I am trying to runway in my github actions. THe pipeline used to run well before but now its not working. #2060
Labels
bug
Something isn't working
priority:low
Low priority issue or pull request
status:in_progress
Task is actively being worked on
Bug Description
I am running runway in my github actions pipeline. THis pipeline used to work well upto 2 months ago. However the pipeline has stopped working recently. When I dug deeper into the issue I found out the botocore wheel that is downloaded has services-2.json file as a compressed file, which means it is (services-2.json.gz). However as per the error, the code is looking for services-2.json
This looks like an issue with the newer versions of botocore after 1.32.
Here is the entire error.
I am facing this error locally also.
Expected Behavior
I expect my pipeline to run successfully
Runway version
2.6.11
Installation Type
pypi (pip, pipenv, poetry, etc)
OS / Environment
Anything else?
How can I resolve this issue.
The text was updated successfully, but these errors were encountered: