Skip to content

Commit

Permalink
test with pyspark==4.0.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Aug 23, 2024
1 parent 0b566c3 commit 3813d22
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 @@ -79,6 +79,7 @@ jobs:
run: |
python -m pip install .[extra,onnx,sparkml]
python -m pip install pandas
python -m pip install pyspark==4.0.0.dev1
- 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 3813d22

Please sign in to comment.