Skip to content

Commit

Permalink
Disable CI on windows for now (utf-8 bugs)
Browse files Browse the repository at this point in the history
  • Loading branch information
binkjakub committed Aug 12, 2024
1 parent 7824769 commit d104981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d104981

Please sign in to comment.