Skip to content

Commit

Permalink
Force install requirements in miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
erendn committed Jan 19, 2024
1 parent 18b19b8 commit 156eb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ then

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

conda deactivate
fi
Expand Down

0 comments on commit 156eb4f

Please sign in to comment.