We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b19b8 commit 156eb4fCopy full SHA for 156eb4f
1 file changed
install_conda.sh
@@ -36,7 +36,7 @@ then
36
37
# Install required Python packages
38
# (This step isn't required but used to prevent possible issues)
39
- python3 -m pip install -r requirements.txt
+ python3 -m pip install -r requirements.txt --ignore-installed
40
41
conda deactivate
42
fi
0 commit comments