Skip to content

Commit 7a27b75

Browse files
committed
Run min test in PR CI workflow
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 7a26a31 commit 7a27b75

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
env:
77
# Please make sure this version is included in the `matrix`, as the
88
# `matrix` section can't use `env`, so it must be entered manually
9-
DEFAULT_PYTHON_VERSION: '3.11'
9+
DEFAULT_PYTHON_VERSION: '3.13'
1010
# It would be nice to be able to also define a DEFAULT_UBUNTU_VERSION
1111
# but sadly `env` can't be used either in `runs-on`.
1212

@@ -19,8 +19,8 @@ jobs:
1919
- name: Run nox
2020
uses: frequenz-floss/[email protected]
2121
with:
22-
python-version: "3.11"
23-
nox-session: ci_checks_max
22+
python-version: "3.13"
23+
nox-session: pytest_min
2424

2525
test-docs:
2626
name: Test documentation website generation

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
pull_request:
45
merge_group:
56
push:
67
# We need to explicitly include tags because otherwise when adding

0 commit comments

Comments
 (0)