From 41e9397d06777007d82708cfe17bbbd9fbd2e95d Mon Sep 17 00:00:00 2001 From: Lu Weizheng Date: Sat, 31 Aug 2024 15:17:07 +0800 Subject: [PATCH] fix hadoop --- .github/workflows/python.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 1d92f6d5b..234fea3fd 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -62,7 +62,7 @@ jobs: run: cd python/xorbits/web/ui && ./node_modules/.bin/prettier --check . build_test_job: - if: github.repository == 'xorbitsai/xorbits' + # if: github.repository == 'xorbitsai/xorbits' runs-on: ${{ matrix.os }} needs: lint env: @@ -89,7 +89,7 @@ jobs: - { os: ubuntu-latest, module: _mars/dataframe, python-version: 3.9 } - { os: ubuntu-latest, module: learn, python-version: 3.9 } - { os: ubuntu-latest, module: mars-core, python-version: 3.9 } - - { os: ubuntu-20.04, module: hadoop, python-version: 3.9 } + - { os: ubuntu-latest, module: hadoop, python-version: 3.9 } - { os: ubuntu-latest, module: vineyard, python-version: 3.9 } - { os: ubuntu-latest, module: external-storage, python-version: 3.9 } - { os: ubuntu-latest, module: compatibility, python-version: 3.9 } @@ -178,7 +178,7 @@ jobs: ../CI/install-hadoop.sh echo "import coverage; coverage.process_startup()" > \ $(python -c "import site; print(site.getsitepackages()[-1])")/coverage.pth - conda install --quiet --yes -c conda-forge skein libffi conda-pack grpcio=1.42.0 + conda install --quiet --yes conda-forge::libffi conda-forge::skein conda-forge::conda-pack conda-forge::grpcio fi if [[ "$MODULE" == "vineyard" ]]; then pip install vineyard