mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 10:05:13 +01:00
ci: removed windows for now
has to do with UnicodeDecodeError
This commit is contained in:
parent
9a67cee95f
commit
b0f456b3c3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -5,7 +5,7 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ windows-latest, ubuntu-latest ]
|
||||
platform: [ ubuntu-latest ]
|
||||
env:
|
||||
PY_COLOR: 1
|
||||
NOSE_SHOW_SKIPPED: 1
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ windows-latest, ubuntu-latest ]
|
||||
platform: [ ubuntu-latest ]
|
||||
python-version: [ 5, 6, 7, 8 ]
|
||||
env:
|
||||
PY_COLOR: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue