Skip to content

Commit 431d12e

Browse files
committed
Only tests run with multiple Python versions.
1 parent 67a488a commit 431d12e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@ on:
2020

2121
jobs:
2222
tests:
23-
name: "Test Python ${{ matrix.python-version }} session= ${{ matrix.session }}"
23+
name: "Test Python=${{ matrix.python-version }} session=${{ matrix.session }}"
2424
runs-on: ubuntu-latest
2525
strategy:
2626
fail-fast: false
2727
matrix:
2828
session: ["tests", "doctests-docs", "doctests-api"]
29-
python-version: ["3.12", "3.13"]
29+
python-version: ["3.13"]
30+
include:
31+
- session: "tests"
32+
python-version: ["3.12", "3.13"]
3033
defaults:
3134
run:
3235
shell: bash -l {0}

0 commit comments

Comments
 (0)