Skip to content

Commit

Permalink
Skip stubs in doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Nov 19, 2024
1 parent 3b99535 commit 11ead8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DARB_WITH_PYTHON=ON -DPython3_EXECUTABLE=`which python`
cmake .. -DARB_WITH_PYTHON=ON -DARB_BUILD_PYTHON_STUBS=OFF -DPython3_EXECUTABLE=`which python`
make html

0 comments on commit 11ead8b

Please sign in to comment.