Skip to content

Commit d7b1a73

Browse files
committed
remove windaube from CI
1 parent b515901 commit d7b1a73

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@ jobs:
4444
runs-on: ${{ matrix.os }}
4545
strategy:
4646
matrix:
47-
os: [ubuntu-latest, macos-latest, windows-latest]
48-
python-version: [3.6, 3.7, 3.8, pypy-3.6]
47+
os: [ubuntu-latest, macos-latest]
48+
python-version: [3.6, 3.7, 3.8]
4949
exclude:
5050
- os: macos-latest
5151
python-version: 3.8
52-
- os: windows-latest
53-
python-version: 3.6
5452
steps:
5553
- uses: actions/checkout@v2
5654
- name: Set up Python 3.7

0 commit comments

Comments
 (0)