Skip to content

Commit

Permalink
make chapel-py-venv in arkouda's sub_test script to ensure frontend b…
Browse files Browse the repository at this point in the history
…indings will be available to build arkouda

Signed-off-by: Jeremiah Corrado <[email protected]>
  • Loading branch information
jeremiah-corrado committed Aug 21, 2024
1 parent 5c34fc6 commit e15e72b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/studies/arkouda/sub_test
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ fi
# install frontend python bindings
(cd $CHPL_HOME && make frontend-shared)
(cd $CHPL_HOME/tools/chapel-py && python -m pip install .)
(cd $CHPL_HOME && make chapel-py-venv)

# Compile Arkouda
if [ "${CHPL_TEST_ARKOUDA_PERF}" = "true" ] ; then
Expand Down

0 comments on commit e15e72b

Please sign in to comment.