diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 32488a3e..12c6d406 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,4 +34,4 @@ jobs: python -m pip install --upgrade nox - name: Build documentation - run: python -m nox -s docs + run: python -m nox --error-on-missing-interpreters -s docs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fbb6b06c..73d5314d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: python -m pip install --upgrade nox - name: Run `nox -s lint` - run: python -m nox -s lint + run: python -m nox --error-on-missing-interpreters -s lint build: name: Build sdist and wheel