From 51fbf8f3af9df635305a8b4cfcca06eb84babee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Ferenc=20Nagy-Egri?= Date: Tue, 22 Aug 2023 14:07:46 +0200 Subject: [PATCH] Set fake sphinx executable for linting --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf50c054..0db9456a 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,8 @@ jobs: python -m pip install cget cmakelang[YAML] - name: Run linter run: | - cget build -T analyze + cget build -T analyze -DSPHINX_EXECUTABLE=python3 +# python isn't sphinx, but we won't be calling it anyway test: runs-on: ${{ matrix.platform }} strategy: