Skip to content

Commit 375b47c

Browse files
committed
removing find-links
Signed-off-by: Sachin Pisal <[email protected]>
1 parent 1bcf595 commit 375b47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate_pycudaq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ while IFS= read -r line; do
9595
conda_env=$(echo "$line" | sed "s#conda activate##" | tr -d '[:space:]')
9696
source $(conda info --base)/bin/activate $conda_env
9797
if [ -n "${extra_packages}" ]; then
98-
eval "pip install cudaq --find-links ${extra_packages}"
98+
eval "pip install cudaq ${extra_packages}"
9999
fi
100100
elif [ -n "$(echo $line | tr -d '[:space:]')" ]; then
101101
eval "$line"

0 commit comments

Comments
 (0)