Skip to content

Commit

Permalink
Adds pyspark 3.12 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Jul 5, 2024
1 parent b253bd0 commit 6030ba7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

if [[ ${TASK} == "pyspark" ]]; then
pip install -e '.[pyspark]'
pip install 'numpy<1.24.0' 'pyspark[connect]' # downgrade until spark fixes their bug
pip install 'numpy<2' 'pyspark[connect]' # downgrade until spark fixes their bug
pytest plugin_tests/h_spark
exit 0
fi
Expand Down
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ workflows:
name: spark-py311
python-version: '3.11'
task: pyspark
# - test: # TODO -- enable when install works on CircleCI
# requires:
# - check_for_changes
# name: spark-py312
# python-version: '3.12'
# task: pyspark
- test:
requires:
- check_for_changes
name: spark-py312
python-version: '3.12'
task: pyspark
- test:
requires:
- check_for_changes
Expand Down

0 comments on commit 6030ba7

Please sign in to comment.