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