fixes Github Actions failures#4548
fixes Github Actions failures#4548dschult merged 1 commit intonetworkx:masterfrom dpfens:fix_yaml_incompatibility
Conversation
|
👋 @dpfens, thanks for the fix! I don't think we can pin to such a specific range of pyyaml, so could we rather address the error introduced? |
Github Actions failing due to new release of pyyaml==5.4, this change should resolve that issue
|
@stefanv Makes sense. Changing this line to use the |
|
This seems to be an ongoing issue for PyYAML; the issue @dpfens mentioned above is also the one that tracks this problem. They sorted it out in 5.2 apparently, and now it is appearing again. @dpfens Thanks for addressing, this seems like a fine workaround (strictly speaking unnecessary, but that's for PyYAML to address). |
|
LGTM. We are removing |
Github Actions failing due to new release of pyyaml==5.4, this change should resolve that issue
Github Actions failing due to new release of pyyaml==5.4, this change should resolve that issue
Github Actions failing due to new release of pyyaml==5.4 this change will ensure that version 5.3 is used. There may be a better/simpler way to account for this issue, just let me know.