Skip to content

Commit c1ae577

Browse files
committed
ci: Attempt to fix travis failures uninstalling java
See #129
1 parent b5f0b59 commit c1ae577

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scikit-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ before_install:
5353
PATH: $<HOME>/.pyenv/versions/$<PYTHON_VERSION>/bin:$<PATH>
5454
SETUP_BDIST_WHEEL_ARGS: --plat-name macosx-10.6-x86_64
5555
commands:
56+
# See https://github.com/scikit-build/cmake-python-distributions/issues/129
57+
- brew uninstall --cask --force java
5658
- python ../addons/travis/install_pyenv.py
5759
- python scripts/ssl-check.py
5860
- python ../addons/travis/install_cmake.py 3.12.0

0 commit comments

Comments
 (0)