Skip to content

Commit 71a0332

Browse files
committed
python.yml: Fix run-tests.
1 parent bb11d66 commit 71a0332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# When set to true, GitHub cancels all in-progress jobs if any matrix job fails.
4949
fail-fast: false
5050
matrix:
51-
os: [ ubuntu-latest, windows-latest, macos-latest ]
51+
os: [ ubuntu-latest ]
5252
# This must be kept in sync with pyproject.toml and mooplot
5353
python-version: ['3.10', '3.11', '3.12']
5454
include:

0 commit comments

Comments
 (0)