You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we had a pipline setup already with this action, from this morning onward we noticed our builds fail with the following exit, we didn't change anything and the only change made in the past 20 hours with this action is moving to mypy0.990 (showing relevant section):
mypy 0.990 (compiled: yes)
+ mypy --install-types --non-interactive --show-column-numbers --hide-error-context ckanext
+ tee /tmp/mypy.out
error: --install-types failed (no mypy cache directory)
+ exit_code=2
+ python /github.py /tmp/mypy.out
+ exit 2
Error: Process completed with exit code 2.
@jpetrucciani i'm very sorry about the late response, just caught up with few things, it's working with this configuration without failure uses: jpetrucciani/mypy-check@0.971
Hi, we had a pipline setup already with this action, from this morning onward we noticed our builds fail with the following exit, we didn't change anything and the only change made in the past 20 hours with this action is moving to mypy0.990 (showing relevant section):
nothing fancy about how we use the action:
any help is appreciated
The text was updated successfully, but these errors were encountered: