From 7a0aa0f6bc99365f23f0956f2093c56d2c168ed3 Mon Sep 17 00:00:00 2001 From: Pebaz Date: Thu, 23 Jul 2020 11:15:24 -0400 Subject: [PATCH] fixed broken test --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35be5e7..4f3d989 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,8 @@ jobs: strategy: matrix: - os: [ubuntu-latest] # [windows-latest, macos-latest, ubuntu-latest] - python-version: [3.8] # [3.8, 3.7, 3.6] + os: [windows-latest, macos-latest, ubuntu-latest] + python-version: [3.8, 3.7, 3.6] steps: - uses: actions/checkout@v2