From a50b7ec0b9bf04d5c86a55fd255969984f10d93c Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sat, 10 Oct 2020 19:13:40 +0300 Subject: [PATCH] Test on ubuntu only, the library has no platform specific dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66a2491..107b318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9] - os: [ubuntu, macos, windows] + os: [ubuntu] fail-fast: false runs-on: ${{ matrix.os }}-latest