Skip to content

Commit 0198baa

Browse files
committed
add windows
1 parent 08857a5 commit 0198baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/install-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ macos-latest, ubuntu-latest ]
14+
os: [ macos-latest, ubuntu-latest, windows-latest ]
1515
python-version: ['3.8', '3.9', '3.10', '3.11']
1616
steps:
1717
- uses: actions/checkout@v3 # checkout repository with test data

.github/workflows/install-test-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ macos-latest, ubuntu-latest ]
14+
os: [ macos-latest, ubuntu-latest, windows-latest ]
1515
python-version: ['3.8', '3.9', '3.10', '3.11']
1616
steps:
1717
- uses: actions/checkout@v3 # checkout repository with test data

0 commit comments

Comments
 (0)