1818 fail-fast : false
1919 matrix :
2020 os : [ubuntu-latest]
21- python-version : [3.8-ray, 3.8-ray-deploy, 3.8-ray-dag, 3.8-vineyard, 3.8-dask]
21+ python-version : [3.8-kubernetes, 3.8- ray, 3.8-ray-deploy, 3.8-ray-dag, 3.8-vineyard, 3.8-dask]
2222 include :
23- - { os: ubuntu-20.04 , python-version: 3.8-kubernetes, no-common-tests: 1,
23+ - { os: ubuntu-latest , python-version: 3.8-kubernetes, no-common-tests: 1,
2424 no-deploy : 1, with-kubernetes: "with Kubernetes" }
2525 - { os: ubuntu-20.04, python-version: 3.8-hadoop, no-common-tests: 1,
2626 no-deploy : 1, with-hadoop: "with hadoop" }
@@ -47,13 +47,14 @@ jobs:
4747 shell : bash
4848 run : |
4949 source ./ci/install-conda.sh
50- python -m pip install --upgrade pip " setuptools<64" wheel coverage;
50+ python -m pip install --upgrade pip setuptools wheel coverage
5151
5252 - name : Start minikube
5353 if : ${{ matrix.with-kubernetes }}
54- with :
55- driver : none
5654 uses : medyagh/setup-minikube@master
55+ with :
56+ driver : docker
57+ mount-path : ' /home/runner:/home/runner'
5758
5859 - name : Install dependencies
5960 env :
@@ -125,6 +126,7 @@ jobs:
125126 RUN_DASK : ${{ matrix.run-dask }}
126127 NO_COMMON_TESTS : ${{ matrix.no-common-tests }}
127128 NUMPY_EXPERIMENTAL_ARRAY_FUNCTION : 1
129+ USE_MINIKUBE_DOCKER_ENV : true
128130 CHANGE_MINIKUBE_NONE_USER : true
129131 shell : bash
130132 run : |
0 commit comments