Skip to content

Commit

Permalink
Make sure to use the pylint that we just installed
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 24, 2024
1 parent 86e2ba9 commit 990ccf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
pip install pre-commit
pip install pylint==2.17.7
pip install flake8
export PYTHONPATH=$VIRTUAL_ENV/lib/python3.$(python3 -c 'import sys; print(f"{sys.version_info[1]}")')/site-packages:$PYTHONPATH
echo "::endgroup::"
echo "::group::Run CMake"
mkdir build
Expand Down

0 comments on commit 990ccf4

Please sign in to comment.