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 1bcf595 commit 375b47cCopy full SHA for 375b47c
scripts/validate_pycudaq.sh
@@ -95,7 +95,7 @@ while IFS= read -r line; do
95
conda_env=$(echo "$line" | sed "s#conda activate##" | tr -d '[:space:]')
96
source $(conda info --base)/bin/activate $conda_env
97
if [ -n "${extra_packages}" ]; then
98
- eval "pip install cudaq --find-links ${extra_packages}"
+ eval "pip install cudaq ${extra_packages}"
99
fi
100
elif [ -n "$(echo $line | tr -d '[:space:]')" ]; then
101
eval "$line"
0 commit comments