1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

Remove Windows tests, due to lack of support.

This commit is contained in:
philippeitis
2020-03-04 16:21:06 -08:00
committed by GitHub
parent e4eab4641a
commit 51d5c3892d

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
steps: