Skip to content

Commit

Permalink
🔨 Modified GCNConv Path in Ruff Check Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmanoj10 committed Jul 9, 2024
1 parent 6dc5120 commit f3c5474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../../../
cd ../../../../

0 comments on commit f3c5474

Please sign in to comment.