We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0d0655 + c28b3c0 commit ca6a596Copy full SHA for ca6a596
.github/actions/ci-setup/action.yml
@@ -38,6 +38,8 @@ runs:
38
poetry.lock
39
key: poetry-${{ inputs.os }}-${{ inputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('.github/workflows/*.yml') }}
40
- name: Install dependencies
41
+ env:
42
+ SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL: true
43
if: steps.poetry-cache.outputs.cache-hit != 'true'
44
run: poetry install
45
shell: bash
0 commit comments