Skip to content

Commit

Permalink
Update lint_check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato authored Apr 23, 2024
1 parent b0a8c77 commit 204f386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflow_scripts/lint_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -ex

python3 -m pip install --upgrade prospector pip
yes | pip3 install astroid==v3.0.0
FORCE_CUDA=1 python3 -m pip install -e '.[test]' --no-build-isolation
pylint --rcfile=./tests/lint/pylintrc ./python/graphstorm/data/*.py
pylint --rcfile=./tests/lint/pylintrc ./python/graphstorm/distributed/
pylint --rcfile=./tests/lint/pylintrc ./python/graphstorm/dataloading/
Expand Down

0 comments on commit 204f386

Please sign in to comment.