Skip to content

Commit 439b937

Browse files
committed
Remove env variable stub
1 parent ae87421 commit 439b937

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_and_test.yml

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

0 commit comments

Comments
 (0)