Fix spark errors (#1274)

* Fix mlflow not found error

* Fix joblib>1.2.0 force cancel error

* Remove joblib version constraint

* Update log

* Improve joblib exception catch

* Added permissions
This commit is contained in:
Li Jiang
2024-02-09 09:08:24 +08:00
committed by GitHub
parent 0415638dd1
commit b645da3ea7
8 changed files with 20 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ on:
merge_group:
types: [checks_requested]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}