We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea18e7 commit 20dc3beCopy full SHA for 20dc3be
.github/workflows/test-pytest-slow.yaml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
strategy:
23
matrix:
24
- python-version: [3.10, 3.14]
+ python-version: ["3.10", "3.14"]
25
env:
26
PYTHON: ${{ matrix.python-version }}
27
MPLBACKEND: Agg
0 commit comments