Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 authored Mar 18, 2024
1 parent 1eb4f11 commit a189074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install flake8 pytest pycodestyle pydocstyle
pycodestyle --ignore E203,W503 --exclude=tests alignn
pydocstyle --match-dir=core --match-dir=io --match-dir=io --match-dir=ai --match-dir=analysis --match-dir=db --match-dir=tasks --count alignn
flake8 --ignore E203,W503 --exclude=tests --statistics --count --exit-zero alignn
flake8 --ignore E203,W503 --exclude=tests,scripts --statistics --count --exit-zero alignn
- name: Test with pytest
run: |
export DGLBACKEND=pytorch
Expand Down

0 comments on commit a189074

Please sign in to comment.