Skip to content

Commit cb02e9c

Browse files
committed
full OS/PYTHON matrix in tests
1 parent 135265a commit cb02e9c

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/test_dev.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
# os: [ubuntu-latest, macos-latest, windows-latest]
17-
# python-version: ["3.9", "3.10"]
18-
os: [ ubuntu-latest ]
19-
python-version: [ "3.10" ]
16+
os: [ubuntu-latest, macos-latest, windows-latest]
17+
python-version: ["3.9", "3.10"]
2018
env:
2119
OS: ${{ matrix.os }}
2220
PYTHON: ${{ matrix.python-version }}

.github/workflows/tests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
# os: [ubuntu-latest, macos-latest, windows-latest]
17-
# python-version: ["3.9", "3.10"]
18-
os: [ ubuntu-latest ]
19-
python-version: [ "3.10" ]
16+
os: [ubuntu-latest, macos-latest, windows-latest]
17+
python-version: ["3.9", "3.10"]
2018
env:
2119
OS: ${{ matrix.os }}
2220
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)