From 96e93a4c95e288ae037805654edd63c78c4c6639 Mon Sep 17 00:00:00 2001 From: Zach Kimberg Date: Tue, 27 Feb 2024 10:07:34 -0800 Subject: [PATCH] Removes dependency submission (#3006) Removes changes in https://github.com/deepjavalibrary/djl/pull/2983. --- .github/workflows/continuous.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 53a532dfa28..31b759cfb2e 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -112,12 +112,6 @@ jobs: files: ./jacoco/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml fail_ci_if_error: false path_to_write_report: ./codecov_report.txt - - name: Submit Dependencies - if: github.event_name == 'push' - uses: gradle/actions/dependency-submission@v3 - env: - # Exclude dependencies that are only resolved in test classpaths - DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '.*[Tt]est(Compile|Runtime)Classpath' # Windows platform for testing hybrid engines build-windows: