Skip to content

Commit a6d41a6

Browse files
committed
try run lvarray python tests, spacing, debug print
1 parent 6fed0b0 commit a6d41a6

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
147147
# pygeosx testing
148148
ENABLE_PYGEOSX=${{ inputs.ENABLE_PYGEOSX }}
149+
echo "********************************* ENABLE_PYGEOSX: ${ENABLE_PYGEOSX}"
149150
docker_args+=(-e ENABLE_PYGEOSX=${ENABLE_PYGEOSX:-OFF})
150151
if ${{ inputs.ENABLE_PYGEOSX }} == 'ON'; then
151152
script_args+=(--run-pygeosx-tests)

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ jobs:
178178
DOCKER_IMAGE_TAG: ${{ needs.is_not_draft_pull_request.outputs.DOCKER_IMAGE_TAG }}
179179
DOCKER_REPOSITORY: ${{ matrix.DOCKER_REPOSITORY }}
180180
ENABLE_HYPRE: ${{ matrix.ENABLE_HYPRE }}
181+
ENABLE_PYGEOSX: ${{ matrix.ENABLE_PYGEOSX }}
181182
ENABLE_TRILINOS: ${{ matrix.ENABLE_TRILINOS }}
182183
GCP_BUCKET: ${{ matrix.GCP_BUCKET }}
183184
HOST_CONFIG: ${{ matrix.HOST_CONFIG }}
@@ -274,7 +275,6 @@ jobs:
274275
DOCKER_RUN_ARGS: ${{ matrix.DOCKER_RUN_ARGS }}
275276
ENABLE_HYPRE_DEVICE: ${{ matrix.ENABLE_HYPRE_DEVICE }}
276277
ENABLE_HYPRE: ${{ matrix.ENABLE_HYPRE }}
277-
ENABLE_PYGEOSX: ${{ matrix.ENABLE_PYGEOSX }}
278278
ENABLE_TRILINOS: ${{ matrix.ENABLE_TRILINOS }}
279279
HOST_CONFIG: ${{ matrix.HOST_CONFIG }}
280280
RUNS_ON: ${{ matrix.RUNS_ON }}

host-configs/environment.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if(NOT DEFINED ENABLE_PYGEOSX)
3030
endif()
3131
if(ENABLE_PYGEOSX)
3232
set(Python3_EXECUTABLE /usr/bin/python3 CACHE PATH "")
33+
set(ENABLE_PYLVARRAY ON CACHE BOOL "")
3334
else()
3435
set(ENABLE_PYGEOSX OFF CACHE BOOL "" FORCE)
3536
endif()

scripts/ci_build_and_test_in_container.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ if [[ "${TEST_DOCUMENTATION}" = true ]]; then
230230
exit 0
231231
fi
232232

233-
234233
# Performing the requested build.
235234
if [[ "${BUILD_EXE_ONLY}" = true ]]; then
236235
or_die ninja -j $NPROC geosx

0 commit comments

Comments
 (0)