Skip to content

Commit

Permalink
disable testing whisper on windows x86
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Dec 7, 2023
1 parent 947173e commit 63ea771
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/windows-x86.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ jobs:
.github/scripts/test-online-paraformer.sh
- name: Test offline Whisper for windows x86
shell: bash
run: |
export PATH=$PWD/build/bin/Release:$PATH
export EXE=sherpa-onnx-offline.exe
.github/scripts/test-offline-whisper.sh
# - name: Test offline Whisper for windows x86
# shell: bash
# run: |
# export PATH=$PWD/build/bin/Release:$PATH
# export EXE=sherpa-onnx-offline.exe
#
# .github/scripts/test-offline-whisper.sh

- name: Test offline CTC for windows x86
shell: bash
Expand Down

0 comments on commit 63ea771

Please sign in to comment.