Skip to content

Commit

Permalink
test with pyspark==4.0.0.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Oct 16, 2024
1 parent ccc3ada commit e0449fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
run: |
python -m pip install .[extra,onnx,sparkml]
python -m pip install pandas
python -m pip install pyspark==4.0.0.dev2
- uses: actions/cache@v3
# TVM takes forever, we try to cache it.
if: ${{ startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')}}
Expand Down

0 comments on commit e0449fc

Please sign in to comment.