isolating to linux testing for now

This commit is contained in:
Brian Merriam 2023-03-20 23:14:03 +00:00
parent 787ab88844
commit a51d1f5ed9
1 changed files with 4 additions and 4 deletions

View File

@ -14,14 +14,14 @@ jobs:
matrix:
os:
- Ubuntu
- Windows
- MacOs
# - Windows
# - MacOs
py:
- "3.10.0-rc.1"
- "3.10"
- "3.9"
- "3.8"
- "3.7"
- "3.6"
steps:
- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v2