From 64c60a4832c46dcfda06cf4639e21b2e0a790c72 Mon Sep 17 00:00:00 2001 From: Alexandria Barghi Date: Fri, 11 Oct 2024 11:42:32 -0700 Subject: [PATCH] fix style ' --- .github/workflows/build.yaml | 3 ++- .github/workflows/pr.yaml | 3 ++- .github/workflows/test.yaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e5cb6b7..c350f13 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -111,4 +111,5 @@ jobs: branch: ${{ inputs.branch }} sha: ${{ inputs.sha }} date: ${{ inputs.date }} - package-name: pylibwholegraph \ No newline at end of file + package-name: pylibwholegraph + \ No newline at end of file diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index ed9fb14..945ee9b 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -181,4 +181,5 @@ jobs: build_command: | sccache -z; build-all --verbose -j$(nproc --ignore=1) -DBUILD_CUGRAPH_MG_TESTS=ON; - sccache -s; \ No newline at end of file + sccache -s; + \ No newline at end of file diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7cfee6f..27ec807 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -68,4 +68,5 @@ jobs: date: ${{ inputs.date }} sha: ${{ inputs.sha }} script: ci/test_wheel_cugraph-pyg.sh - matrix_filter: map(select(.ARCH == "amd64")) \ No newline at end of file + matrix_filter: map(select(.ARCH == "amd64")) + \ No newline at end of file