Skip to content

Commit 24ac208

Browse files
Install packages as the user instead of in system locations (#6301)
1 parent 1f02ba4 commit 24ac208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration-tests/tests/efa/test_efa/test_efa/install-fabtests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ git clone --depth 1 --branch v$FABTESTS_VERSION $FABTESTS_REPO
2121
cd libfabric/fabtests
2222
./autogen.sh
2323
./configure --with-libfabric=$LIBFABRIC_DIR --with-cuda=$CUDA_DIR --prefix=$FABTESTS_DIR && make -j 32 && make install
24-
python3 -m pip install -r $FABTESTS_SOURCES_DIR/libfabric/fabtests/pytest/requirements.txt
25-
echo "[INFO] Fabtests installed in $FABTESTS_DIR"
24+
python3 -m pip install --user -r $FABTESTS_SOURCES_DIR/libfabric/fabtests/pytest/requirements.txt
25+
echo "[INFO] Fabtests installed in $FABTESTS_DIR"

0 commit comments

Comments
 (0)