Skip to content

Commit cd18132

Browse files
committed
Update
[ghstack-poisoned]
1 parent 6cb1b8e commit cd18132

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
8282
conda activate "${CONDA_ENV}"
8383
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+
8489
CACHE_DIRECTORY="/tmp/.lintbin"
8590
# Try to recover the cached binaries
8691
if [[ -d "${CACHE_DIRECTORY}" ]]; then

0 commit comments

Comments
 (0)