28
28
- name : Test CPU version
29
29
run : dotnet test --no-build --verbosity normal
30
30
- name : uninstall redist cpu for unit tests
31
- run : dotnet remove helpers /Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist
31
+ run : dotnet remove tools /Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist
32
32
- name : install redist gpu for unit tests
33
- run : dotnet add helpers /Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist-Windows-GPU
33
+ run : dotnet add tools /Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist-Windows-GPU
34
34
- name : Restore dependencies
35
35
run : dotnet restore
36
36
- name : Build GPU version
@@ -52,12 +52,12 @@ jobs:
52
52
run : dotnet restore
53
53
- name : Build CPU version
54
54
run : dotnet build --no-restore
55
- # - name: Test CPU version
56
- # run: dotnet test --no-build --verbosity normal
55
+ - name : Test CPU version
56
+ run : dotnet test --no-build --verbosity normal
57
57
- name : uninstall redist cpu for unit tests
58
- run : dotnet remove helpers /Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist
58
+ run : dotnet remove tools /Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist
59
59
- name : install redist gpu for unit tests
60
- run : dotnet add helpers /Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist-Linux-GPU
60
+ run : dotnet add tools /Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist-Linux-GPU
61
61
- name : Restore dependencies
62
62
run : dotnet restore
63
63
- name : Build GPU version
0 commit comments