Skip to content

Commit 0d8ca82

Browse files
fix build error
1 parent dd43610 commit 0d8ca82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
buildScript: eval "$(~/miniconda3/bin/conda shell.bash hook)" &&
6161
source activate base &&
6262
dotnet build /p:SkipCuda=true -c
63-
testScript: dotnet test /p:SkipCuda=true --blame test/TorchSharpTest/TorchSharpTest.csproj -c
63+
testScript: eval "$(~/miniconda3/bin/conda shell.bash hook)" &&
64+
source activate base &&
65+
dotnet test /p:SkipCuda=true --blame test/TorchSharpTest/TorchSharpTest.csproj -c
6466
pool:
6567
vmImage: 'ubuntu-latest'
6668
container: UbuntuContainer

0 commit comments

Comments
 (0)