diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 814701a..cadbf05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,11 +6,11 @@ jobs: build: strategy: matrix: -# os: [ubuntu-18.04] -# python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10.0] + os: [ubuntu-18.04] + python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10.0] include: -# - os: macos-10.15 -# python-version: 3.10.0 + - os: macos-10.15 + python-version: 3.10.0 - os: windows-2019 python-version: 3.10.0 architecture: 'x86'