File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
python-version : ${{ matrix.python-version }}
33
33
34
34
- name : Install the library
35
- run : pip install uv && uv pip install --system ".[all]" "numba>=0.60" shap window-ops
35
+ run : pip install uv && uv pip install --system ".[all]" "numba>=0.60" "scikit-learn<1.6" shap window-ops
36
36
37
37
- name : Run all tests
38
38
run : nbdev_test --n_workers 0 --do_print --timing --skip_file_re 'electricity' --flags 'polars shap window_ops'
Original file line number Diff line number Diff line change 31
31
run : python -m build -sw
32
32
33
33
- name : Publish package to PyPI
34
- uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
34
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
You can’t perform that action at this time.
0 commit comments