Get rid of cycle

master
agibsonccc 2021-03-28 13:36:12 +09:00
parent 7b5ed73c13
commit 5c86ccac72
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -192,11 +192,6 @@
<version>${nd4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-cuda-11.0</artifactId>
<version>${nd4j.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>