Skip to content

Commit

Permalink
add openjdk-8-jdk for spark
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyinz authored Jan 9, 2025
1 parent 9d9ce80 commit f879851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
export PATH=$PATH:/opt/spark-3.0.0-bin-hadoop2.7/bin
echo "/opt/spark-3.0.0-bin-hadoop2.7/bin" >> $GITHUB_PATH
python -m pip install --upgrade --upgrade-strategy eager pyspark pytest-spark
sudo apt-get update && sudo apt-get install openjdk-8-jdk
- name: Install
run: python -m pip install -C--global-option=build -C--global-option=--debug -v '.[seisbench]'
- name: Test with pytest
Expand Down

0 comments on commit f879851

Please sign in to comment.