Browse Source

Update dotnet.yml

pull/1047/head
Rinne GitHub 2 years ago
parent
commit
08776cc277
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      .github/workflows/dotnet.yml

+ 8
- 8
.github/workflows/dotnet.yml View File

@@ -24,8 +24,8 @@ jobs:
run: dotnet restore
- name: Build CPU version
run: dotnet build --no-restore
- name: Test GPU version
run: dotnet test --no-build --verbosity normal
# - name: Test CPU version
# run: dotnet test --no-build --verbosity normal
- name: uninstall redist cpu for unit tests
run: dotnet remove Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist
- name: install redist gpu for unit tests
@@ -34,8 +34,8 @@ jobs:
run: dotnet restore
- name: Build GPU version
run: dotnet build --no-restore
- name: Test GPU version
run: dotnet test --no-build --verbosity normal
# - name: Test GPU version
# run: dotnet test --no-build --verbosity normal

build-and-test-on-linux:

@@ -51,8 +51,8 @@ jobs:
run: dotnet restore
- name: Build CPU version
run: dotnet build --no-restore
- name: Test CPU version
run: dotnet test --no-build --verbosity normal
# - name: Test CPU version
# run: dotnet test --no-build --verbosity normal
- name: uninstall redist cpu for unit tests
run: dotnet remove Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist
- name: install redist gpu for unit tests
@@ -61,5 +61,5 @@ jobs:
run: dotnet restore
- name: Build GPU version
run: dotnet build --no-restore
- name: Test GPU version
run: dotnet test --no-build --verbosity normal
# - name: Test GPU version
# run: dotnet test --no-build --verbosity normal

Loading…
Cancel
Save