Skip to content

Commit

Permalink
不要な設定削除 & windows 有効
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 18, 2024
1 parent 4762cb4 commit f640d29
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ env:

jobs:
e2e_test_ubuntu:
# if: >-
# ${{
# contains(github.event.head_commit.message, '[e2e]') ||
# github.event_name == 'schedule'
# }}
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -53,11 +48,6 @@ jobs:
- run: uv run pytest tests/test_vad.py -s

e2e_test_macos:
# if: >-
# ${{
# contains(github.event.head_commit.message, '[e2e]') ||
# github.event_name == 'schedule'
# }}
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -88,12 +78,6 @@ jobs:
- run: uv run pytest tests/test_vad.py -s

e2e_test_windows:
if: false
# if: >-
# ${{
# contains(github.event.head_commit.message, '[e2e]') ||
# github.event_name == 'schedule'
# }}
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12"]
Expand Down

0 comments on commit f640d29

Please sign in to comment.