Add back other platforms to GHA CI

This commit is contained in:
Joe Rickerby
2021-01-09 13:41:37 +00:00
parent af8ab0af2b
commit e83b770929
+1 -2
View File
@@ -24,8 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macos-11.0]
os: [macos-11.0]
os: [ubuntu-latest, windows-latest, macos-11.0]
python_version: ['3.7']
timeout-minutes: 180
steps: