diff --git a/.github/workflows/run-gpu-integration-tests-self-hosted.yml b/.github/workflows/run-gpu-integration-tests-self-hosted.yml index 98d2601c3..5d0bc6fc5 100644 --- a/.github/workflows/run-gpu-integration-tests-self-hosted.yml +++ b/.github/workflows/run-gpu-integration-tests-self-hosted.yml @@ -23,7 +23,7 @@ jobs: access_token: ${{ github.token }} - uses: ./.github/actions/download-dl4j-test-resources-linux - uses: actions/checkout@v2 - - name: Run cpu tests + - name: Run gpu tests shell: bash env: DEBIAN_FRONTEND: noninteractive diff --git a/deeplearning4j/deeplearning4j-core/pom.xml b/deeplearning4j/deeplearning4j-core/pom.xml index fc7454a98..3af6638aa 100644 --- a/deeplearning4j/deeplearning4j-core/pom.xml +++ b/deeplearning4j/deeplearning4j-core/pom.xml @@ -192,11 +192,6 @@ ${nd4j.version} test - - org.deeplearning4j - deeplearning4j-cuda-11.0 - ${nd4j.version} -