Skip to content

Commit d5505ed

Browse files
committed
DOC: Rename build-test-superbuild to build-test-python
Contrast and identify these builds with build-test-cxx and build-test-notebooks: these builds use the superbuild, but in the process they test the Python examples in addition to the C++ examples.
1 parent d7928a9 commit d5505ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
ctest -j 2 -VV -S dashboard.cmake
126126
shell: cmd
127127

128-
build-test-superbuild:
128+
build-test-python-superbuild:
129129
runs-on: ${{ matrix.os }}
130130
strategy:
131131
max-parallel: 3

0 commit comments

Comments
 (0)