diff --git a/.github/workflows/ruff.yaml b/.github/workflows/ruff.yaml index d952b22..a32500c 100644 --- a/.github/workflows/ruff.yaml +++ b/.github/workflows/ruff.yaml @@ -29,6 +29,6 @@ jobs: cd stgraph/benchmark_tools ruff check . cd ../../ - cd stgraph/nn/pytorch + cd stgraph/nn/pytorch/static ruff check gcn_conv.py - cd ../../../ \ No newline at end of file + cd ../../../../ \ No newline at end of file