Skip to content

Commit

Permalink
do not reinstall python
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupoumeyrolsonos authored and kali committed Oct 24, 2024
1 parent f637f0c commit 379d838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/ci-system-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ then
if [ `uname` = "Darwin" ]
then
sysctl -n machdep.cpu.brand_string
brew install coreutils python3 numpy python-setuptools jshon
python3 --version
brew install coreutils numpy python-setuptools jshon
PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
export PYTHON_BIN_PATH=python3
else
Expand Down

0 comments on commit 379d838

Please sign in to comment.