Skip to content

Commit b7e1c50

Browse files
committed
Remove python3 /usr/local/bin links on brew update
Signed-off-by: Dan Bailey <danbailey@ilm.com>
1 parent 78614d0 commit b7e1c50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/houdini.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ jobs:
160160
cd $HOME/houdini_install && tar -xzf hou.tar.gz && cd -
161161
- name: install_deps
162162
run: |
163+
# Remove Python3 symlinks in /usr/local/bin as workaround to brew update issues
164+
rm /usr/local/bin/2to3* || :
165+
rm /usr/local/bin/idle3* || :
166+
rm /usr/local/bin/pydoc* || :
167+
rm /usr/local/bin/python3* || :
163168
brew update
164169
brew install bash gnu-getopt cmake boost glfw googletest openexr pybind11 llvm@15 cppunit
165170
echo "/usr/local/opt/gnu-getopt/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)