We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78614d0 commit b7e1c50Copy full SHA for b7e1c50
.github/workflows/houdini.yml
@@ -160,6 +160,11 @@ jobs:
160
cd $HOME/houdini_install && tar -xzf hou.tar.gz && cd -
161
- name: install_deps
162
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* || :
168
brew update
169
brew install bash gnu-getopt cmake boost glfw googletest openexr pybind11 llvm@15 cppunit
170
echo "/usr/local/opt/gnu-getopt/bin" >> $GITHUB_PATH
0 commit comments