Skip to content

Commit

Permalink
Correct env
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jun 26, 2024
1 parent be99586 commit 0574efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ jobs:
architecture: 'x64'
- name: Install Python packages
run: |
# https://github.com/pylint-dev/pylint/issues/9751
python -m pip install wheel setuptools cmakelint cpplint 'pylint<3.2.4'
python -m pip install wheel setuptools cmakelint cpplint pylint
- name: Run lint
run: |
python3 tests/ci_build/lint_cpp.py
Expand Down
2 changes: 1 addition & 1 deletion tests/ci_build/conda_env/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0574efc

Please sign in to comment.