We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb11d66 commit 71a0332Copy full SHA for 71a0332
.github/workflows/python.yml
@@ -48,7 +48,7 @@ jobs:
48
# When set to true, GitHub cancels all in-progress jobs if any matrix job fails.
49
fail-fast: false
50
matrix:
51
- os: [ ubuntu-latest, windows-latest, macos-latest ]
+ os: [ ubuntu-latest ]
52
# This must be kept in sync with pyproject.toml and mooplot
53
python-version: ['3.10', '3.11', '3.12']
54
include:
0 commit comments