2828 - name : Test CPU version
2929 run : dotnet test --no-build --verbosity normal
3030 - 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
3232 - 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
3434 - name : Restore dependencies
3535 run : dotnet restore
3636 - name : Build GPU version
@@ -52,12 +52,12 @@ jobs:
5252 run : dotnet restore
5353 - name : Build CPU version
5454 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
5757 - 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
5959 - 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
6161 - name : Restore dependencies
6262 run : dotnet restore
6363 - name : Build GPU version
0 commit comments