We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f02ba4 commit 24ac208Copy full SHA for 24ac208
tests/integration-tests/tests/efa/test_efa/test_efa/install-fabtests.sh
@@ -21,5 +21,5 @@ git clone --depth 1 --branch v$FABTESTS_VERSION $FABTESTS_REPO
21
cd libfabric/fabtests
22
./autogen.sh
23
./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"
+python3 -m pip install --user -r $FABTESTS_SOURCES_DIR/libfabric/fabtests/pytest/requirements.txt
+echo "[INFO] Fabtests installed in $FABTESTS_DIR"
0 commit comments