From 7257a9d8cd23412aa4f688750c8fe922ad1a85aa Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 19 Dec 2019 00:01:27 +0100 Subject: [PATCH] GitHub Actions: Python 3.5, 3.6, 3.7 on Ubuntu --- .github/workflows/Python_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Python_tests.yml b/.github/workflows/Python_tests.yml index b3b69ea84..cf2429dc5 100644 --- a/.github/workflows/Python_tests.yml +++ b/.github/workflows/Python_tests.yml @@ -6,8 +6,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, windows-latest] - python-version: [3.5, 3.6, 3.7, 3.8] + os: [ubuntu-latest] # [macos-latest, windows-latest] + python-version: [3.5, 3.6, 3.7] # , 3.8] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }}