Skip to content

Commit

Permalink
fix hadoop
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Aug 31, 2024
1 parent c061016 commit 41e9397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 41e9397

Please sign in to comment.