[CI] Temporarily pin pylint to 3.2.3 (#10494)

* [CI] Temporarily pin pylint to 3.2.3

* Add quotes

* Correct env
This commit is contained in:
Philip Hyunsu Cho 2024-06-26 14:08:49 -07:00 committed by GitHub
parent 5efc979551
commit 4b88dfff24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.8
- pylint
- pylint<3.2.4 # https://github.com/pylint-dev/pylint/issues/9751
- wheel
- setuptools
- mypy>=0.981