Skip to content

Commit e31924f

Browse files
Merge pull request #168 from linkml/fix_win_164
Add back windows workflow testing
2 parents 806c9a1 + f1ba269 commit e31924f

File tree

3 files changed

+83
-317
lines changed

3 files changed

+83
-317
lines changed

.github/workflows/check-pull-request.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
# os: [ ubuntu-latest, windows-latest ] - Exclude windows for now
20-
os: [ ubuntu-latest ]
19+
os: [ ubuntu-latest, windows-latest ]
2120
python-version: [ "3.9", "3.10", "3.11", "3.12" , "3.13" ]
22-
exclude:
23-
- os: windows-latest
24-
python-version: "3.9"
2521

2622
runs-on: ${{ matrix.os }}
2723

0 commit comments

Comments
 (0)