We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb1b8e commit cd18132Copy full SHA for cd18132
.github/workflows/lint.yml
@@ -81,6 +81,11 @@ jobs:
81
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
82
conda activate "${CONDA_ENV}"
83
84
+ # Not sure why this isn't set up in the docker
85
+ # image. lintrunner-mypy seems to work becaus setup-linux.sh
86
+ # does this as part of install_executorch.
87
+ pip install -r requirements-dev.txt
88
+
89
CACHE_DIRECTORY="/tmp/.lintbin"
90
# Try to recover the cached binaries
91
if [[ -d "${CACHE_DIRECTORY}" ]]; then
0 commit comments