mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 16:43:25 +01:00
fix: revert add windows to ci
This commit is contained in:
parent
26caef544f
commit
f0534090c3
1 changed files with 2 additions and 4 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -5,11 +5,10 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ windows-latest, ubuntu-latest ]
|
||||
platform: [ ubuntu-latest ]
|
||||
env:
|
||||
NOSE_SHOW_SKIPPED: 1
|
||||
PY_COLOR: 1
|
||||
PYTHONIOENCODING: utf-8
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 2.7
|
||||
|
|
@ -40,12 +39,11 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ windows-latest, ubuntu-latest ]
|
||||
platform: [ ubuntu-latest ]
|
||||
python-version: [ 5, 6, 7, 8 ]
|
||||
env:
|
||||
NOSE_SHOW_SKIPPED: 1
|
||||
PY_COLOR: 1
|
||||
PYTHONIOENCODING: utf-8
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.${{ matrix.python-version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue