Skip to content

Commit

Permalink
add in reinstall for dask and distributed after feast install (NVIDIA…
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored Nov 2, 2022
1 parent 6b67c26 commit a4f82eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ devices=$2
# Run only for Merlin Tensorflow Container
if [ "$container" == "merlin-tensorflow" ]; then
pip install 'feast<0.20'
pip install dask==2022.07.1 distributed==2022.07.1
CUDA_VISIBLE_DEVICES="$devices" pytest -rxs tests/integration
fi

0 comments on commit a4f82eb

Please sign in to comment.