Skip to content

Commit d184504

Browse files
committed
refactor: make Nox raise an error on missing interpreters in CI
1 parent 60952d4 commit d184504

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.d/+15d4667f.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Make Nox raise an error on missing interpreters in CI.

template/.github/workflows/{% if tasks == 'nox' %}ci.yaml{% endif %}.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: >-
5050
nox
5151
--install-only
52+
--error-on-missing-interpreters
5253
--session {% raw %}${{ matrix.env }}{% endraw %}
5354

5455
- name: Run the check suite
@@ -91,6 +92,7 @@ jobs:
9192
run: >-
9293
nox
9394
--install-only
95+
--error-on-missing-interpreters
9496
--session {% raw %}tests-${{ matrix.python_version }}{% endraw %}
9597

9698
- name: Run the test suite

0 commit comments

Comments
 (0)