Skip to content

Commit 7f7a235

Browse files
committed
ubuntuCI : deactivated the python API module to make the compilation work
1 parent ff0c3a5 commit 7f7a235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cmake /__w/gmds/gmds -DCMAKE_BUILD_TYPE=${{ matrix.config }}
5858
-DWITH_CODE_COVERAGE:BOOL=ON
5959
-DWITH_CGNS:BOOL=OFF
60-
-DWITH_PYTHON_API:BOOL=ON
60+
-DWITH_PYTHON_API:BOOL=OFF
6161
-DWITH_TEST:BOOL=ON
6262
-DENABLE_BLOCK_MESHER:BOOL=ON
6363
-DENABLE_BLOCKING:BOOL=ON

0 commit comments

Comments
 (0)