Skip to content

Commit ca6a596

Browse files
author
Renumics
authored
Merge pull request #2 from Renumics/fix/lasso_dep
Fix/lasso dep
2 parents c0d0655 + c28b3c0 commit ca6a596

File tree

3 files changed

+198
-104
lines changed

3 files changed

+198
-104
lines changed

.github/actions/ci-setup/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ runs:
3838
poetry.lock
3939
key: poetry-${{ inputs.os }}-${{ inputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('.github/workflows/*.yml') }}
4040
- name: Install dependencies
41+
env:
42+
SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL: true
4143
if: steps.poetry-cache.outputs.cache-hit != 'true'
4244
run: poetry install
4345
shell: bash

0 commit comments

Comments
 (0)