Skip to content

Commit 5f2e18d

Browse files
committed
do not test on windows
1 parent d7ea250 commit 5f2e18d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_and_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macos-latest, ubuntu-latest, windows-latest]
16-
python-version: ['3.8', '3.9', '3.10']
15+
os: [ubuntu-latest, macOS-latest] # windows-latest: does not work because antspyx is not available for windows
16+
python-version: ["3.8", "3.9", "3.10"] # '3.11' : some dependencies are not yet available for python 3.11
1717

1818
steps:
1919

0 commit comments

Comments
 (0)