From ab63cc9bd3a7e54bf0ec3d62733e406a52082204 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Fri, 3 Jan 2025 09:48:16 -0800 Subject: [PATCH] np --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 098547eea..f53f27483 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -56,7 +56,7 @@ jobs: python -m pip install --upgrade setuptools python -m pip install -r requirements-dev.txt # FIXME: numpy 2.2 has some typing changes that break the mypy CI but it's otherwise fine - python -m pip install numpy<2.2 + python -m pip install "numpy<2.2" # Install packages python -m pip install -e . lintrunner init