Skip to content

Commit eb9eebc

Browse files
committed
Try setting pygeosx cmake arg on command line
1 parent e01ac6b commit eb9eebc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ jobs:
154154
155155
156156
# pygeosx testing
157-
ENABLE_PYGEOSX=${{ inputs.ENABLE_PYGEOSX }}
158-
docker_args+=(-e ENABLE_PYGEOSX=${ENABLE_PYGEOSX:-OFF})
157+
#ENABLE_PYGEOSX=${{ inputs.ENABLE_PYGEOSX }}
158+
#docker_args+=(-e ENABLE_PYGEOSX=${ENABLE_PYGEOSX:-OFF})
159159
if [ "${{ inputs.ENABLE_PYGEOSX }}" == 'ON' ]; then
160160
script_args+=(--run-pygeosx-tests)
161161
fi

0 commit comments

Comments
 (0)