Update .github/workflows/test.yml

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
This commit is contained in:
Joe Rickerby
2020-12-21 11:31:22 +00:00
committed by GitHub
co-authored by Henry Schreiner
parent 0ca294e539
commit 91800e4739
+1 -2
View File
@@ -24,8 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04]
# os: [ubuntu-18.04, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ['3.7']
timeout-minutes: 180
steps: