From d104981ffb24d54cbbe581fd751ef3172d8ec231 Mon Sep 17 00:00:00 2001 From: "jakub.binkowski" Date: Mon, 12 Aug 2024 08:38:57 +0000 Subject: [PATCH] Disable CI on windows for now (utf-8 bugs) --- .github/workflows/python.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index af5c3fa..e518966 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -10,7 +10,7 @@ jobs: os: - ubuntu-latest # - macos-latest # at the moment bitsandbytes installation fails on macOS - - windows-latest +# - windows-latest # utf-8 bugs on windows (https://github.com/pre-commit/pre-commit/issues/835) runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -47,7 +47,7 @@ jobs: os: - ubuntu-latest # - macos-latest # at the moment bitsandbytes installation fails on macOS - - windows-latest +# - windows-latest # utf-8 bugs on windows (https://github.com/pre-commit/pre-commit/issues/835) runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4