We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01ac6b commit eb9eebcCopy full SHA for eb9eebc
1 file changed
.github/workflows/build_and_test.yml
@@ -154,8 +154,8 @@ jobs:
154
155
156
# pygeosx testing
157
- ENABLE_PYGEOSX=${{ inputs.ENABLE_PYGEOSX }}
158
- docker_args+=(-e ENABLE_PYGEOSX=${ENABLE_PYGEOSX:-OFF})
+ #ENABLE_PYGEOSX=${{ inputs.ENABLE_PYGEOSX }}
+ #docker_args+=(-e ENABLE_PYGEOSX=${ENABLE_PYGEOSX:-OFF})
159
if [ "${{ inputs.ENABLE_PYGEOSX }}" == 'ON' ]; then
160
script_args+=(--run-pygeosx-tests)
161
fi
0 commit comments