Return to the original approach.
We'll just enumerate all the files that produce errors. This time: pydoc3.
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -95,11 +95,9 @@ jobs:
|
||||
run: |
|
||||
pushd project/lib/hashlink
|
||||
brew update
|
||||
export HOMEBREW_BUNDLE_BREW_SKIP='python python@3.10'
|
||||
export HOMEBREW_BUNDLE_CASK_SKIP='python python@3.10'
|
||||
export HOMEBREW_BUNDLE_MAS_SKIP='python python@3.10'
|
||||
export HOMEBREW_BUNDLE_WHALEBREW_SKIP='python python@3.11'
|
||||
export HOMEBREW_BUNDLE_TAP_SKIP='python python@3.11'
|
||||
rm /usr/local/bin/2to3*
|
||||
rm /usr/local/bin/idle3*
|
||||
rm /usr/local/bin/pydoc3*
|
||||
brew bundle
|
||||
popd
|
||||
haxelib install hxcpp --quiet
|
||||
|
||||
Reference in New Issue
Block a user