We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd43610 commit 0d8ca82Copy full SHA for 0d8ca82
azure-pipelines.yml
@@ -60,7 +60,9 @@ jobs:
60
buildScript: eval "$(~/miniconda3/bin/conda shell.bash hook)" &&
61
source activate base &&
62
dotnet build /p:SkipCuda=true -c
63
- testScript: dotnet test /p:SkipCuda=true --blame test/TorchSharpTest/TorchSharpTest.csproj -c
+ testScript: eval "$(~/miniconda3/bin/conda shell.bash hook)" &&
64
+ source activate base &&
65
+ dotnet test /p:SkipCuda=true --blame test/TorchSharpTest/TorchSharpTest.csproj -c
66
pool:
67
vmImage: 'ubuntu-latest'
68
container: UbuntuContainer
0 commit comments