Skip to content

Commit 3acea30

Browse files
committed
Test single OS
1 parent 31e8463 commit 3acea30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with {{ matrix.numpy }}
1717
strategy:
1818
matrix:
19-
os: [windows-latest, ubuntu-latest, macos-latest]
19+
#os: [windows-latest, ubuntu-latest, macos-latest]
2020
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2121
numpy: ["numpy"]
2222
include:
@@ -28,7 +28,7 @@ jobs:
2828
numpy: "numpy==1.26.4"
2929
- python-version: "3.12"
3030
numpy: "numpy==1.26.4"
31-
runs-on: ${{ matrix.os }}
31+
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: astral-sh/setup-uv@v3

0 commit comments

Comments
 (0)