From f3c5474afe549f1635219dc72e14e61b77a31118 Mon Sep 17 00:00:00 2001 From: nithinmanoj10 Date: Tue, 9 Jul 2024 20:27:01 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Modified=20GCNConv=20Path=20in?= =?UTF-8?q?=20Ruff=20Check=20Workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ruff.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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