I'm unfortunately feeling a bit lost as both of my Github Actions are failing with an EmptyKeyError & my understanding of Github Actions is not good enough to follow what this means or to debug it, I'd really appreciate any advice (if you have the time) you might have to offer! Thanks for writing & maintaining such a useful library!
I'm unfortunately feeling a bit lost as both of my Github Actions are failing with an
EmptyKeyError
& my understanding of Github Actions is not good enough to follow what this means or to debug it, I'd really appreciate any advice (if you have the time) you might have to offer! Thanks for writing & maintaining such a useful library!fails with the following error:
&
fails with:
Is
/opt/hostedtoolcache/Python/3.8.5/x64
being passed to/bin/bash -e {0}
but it is empty?How might I debug this? If you're interested in the full logs see this link
I adapted my build.yml Github Action file from this very helpful Medium.com article Blazing fast CI with GitHub Actions, Poetry, Black and Pytest.