Browse Source

ci: disable linux test.

pull/1047/head
AsakusaRinne 2 years ago
parent
commit
91474e6b24
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/build_and_test.yml

+ 2
- 2
.github/workflows/build_and_test.yml View File

@@ -52,8 +52,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 helpers/Tensorflow.UnitTest.RedistHolder package SciSharp.TensorFlow.Redist
- name: install redist gpu for unit tests


Loading…
Cancel
Save