Skip to content

Commit

Permalink
np
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Jan 3, 2025
1 parent 8dfa02e commit ab63cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab63cc9

Please sign in to comment.