Skip to content

Commit 758ba2a

Browse files
committed
Do not build and run C++ tests on Windows
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent e5c40f2 commit 758ba2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_with_conda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ jobs:
330330

331331
- name: Build and Run C++ Tests
332332
shell: cmd /C call {0}
333+
if: false # ${{ inputs.run_cpp_tests == true || github.event_name != 'workflow_dispatch' }}
333334
# Empty values for `CMAKE_GENERATOR_{PLATFORM,TOOLSET}` is necessary
334335
# for Ninja to be used as a generator with MSVC.
335336
# Build both test targets in a single command to reuse artifacts from previous step

0 commit comments

Comments
 (0)