Skip to content

Commit

Permalink
Try setting pygeosx cmake arg on command line
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Mar 14, 2024
1 parent e01ac6b commit eb9eebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ jobs:
# pygeosx testing
ENABLE_PYGEOSX=${{ inputs.ENABLE_PYGEOSX }}
docker_args+=(-e ENABLE_PYGEOSX=${ENABLE_PYGEOSX:-OFF})
#ENABLE_PYGEOSX=${{ inputs.ENABLE_PYGEOSX }}
#docker_args+=(-e ENABLE_PYGEOSX=${ENABLE_PYGEOSX:-OFF})
if [ "${{ inputs.ENABLE_PYGEOSX }}" == 'ON' ]; then
script_args+=(--run-pygeosx-tests)
fi
Expand Down

0 comments on commit eb9eebc

Please sign in to comment.