From e3f8418765fb06a6009c5bd567e30fb5527367cc Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 4 Sep 2022 12:13:36 +0100 Subject: [PATCH] Adapt for default behaviour change in nox This used to be the default in earlier releases of nox. --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ab613c5c..aa114179 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -48,4 +48,4 @@ jobs: python-version: 3.9 # Check that the scripts work. - - run: nox -s check + - run: nox -s check --no-error-on-missing-interpreters