Skip to content

Commit

Permalink
Merge branch 'main' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo authored Sep 27, 2023
2 parents ad9ec0b + 58262c6 commit 517c306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflow_scripts/lint_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ cd ../../
set -ex

python3 -m pip install --upgrade prospector pip
pip3 uninstall -y astroid
yes | pip3 install astroid==2.15.7
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/dataloading/
Expand Down

0 comments on commit 517c306

Please sign in to comment.