Skip to content

Commit 0aadcf2

Browse files
committed
Enable Windows in ci-unittest workflow
1 parent 908afa8 commit 0aadcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
if: github.event.pull_request.draft == false
1010
uses: ./.github/workflows/ci-matrix-gen.yml
1111
with:
12-
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|windows|darwin)).*$
12+
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl)).*$

0 commit comments

Comments
 (0)