From ac06b78d615a4a7ab51f7a54be3c22435909cdd3 Mon Sep 17 00:00:00 2001 From: hiyouga <467089858@qq.com> Date: Wed, 11 Sep 2024 20:44:42 +0800 Subject: [PATCH] update ci https://github.com/huggingface/transformers/pull/33436 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d34210b..0fa72792 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: - "3.11" os: - "ubuntu-latest" - # - "windows-latest" + - "windows-latest" - "macos-13" runs-on: ${{ matrix.os }}