Skip to content

Commit 156eb4f

Browse files
committed
Force install requirements in miniconda
1 parent 18b19b8 commit 156eb4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ then
3636

3737
# Install required Python packages
3838
# (This step isn't required but used to prevent possible issues)
39-
python3 -m pip install -r requirements.txt
39+
python3 -m pip install -r requirements.txt --ignore-installed
4040

4141
conda deactivate
4242
fi

0 commit comments

Comments
 (0)