Skip to content

Commit

Permalink
Set fake sphinx executable for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasMagnus committed Aug 22, 2023
1 parent 6bc9ff5 commit 51fbf8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 51fbf8f

Please sign in to comment.