[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:
parent
5efc979551
commit
4b88dfff24
@ -3,7 +3,7 @@ channels:
|
|||||||
- conda-forge
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=3.8
|
- python=3.8
|
||||||
- pylint
|
- pylint<3.2.4 # https://github.com/pylint-dev/pylint/issues/9751
|
||||||
- wheel
|
- wheel
|
||||||
- setuptools
|
- setuptools
|
||||||
- mypy>=0.981
|
- mypy>=0.981
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user