Skip to content

Commit 80c35ff

Browse files
committed
don't run on Windows due to Wine install test
1 parent 7e1f8f7 commit 80c35ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plexon2-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
os: [windows-latest, ubuntu-latest]
16+
os: [ubuntu-latest]
1717
python-version: ['3.9', '3.12']
1818
numpy-version: ['1.26', '2.0']
1919
defaults:

0 commit comments

Comments
 (0)