Skip to content

Commit

Permalink
Merge pull request #2 from Renumics/fix/lasso_dep
Browse files Browse the repository at this point in the history
Fix/lasso dep
  • Loading branch information
Renumics committed Feb 21, 2023
2 parents c0d0655 + c28b3c0 commit ca6a596
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 104 deletions.
2 changes: 2 additions & 0 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ runs:
poetry.lock
key: poetry-${{ inputs.os }}-${{ inputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('.github/workflows/*.yml') }}
- name: Install dependencies
env:
SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL: true
if: steps.poetry-cache.outputs.cache-hit != 'true'
run: poetry install
shell: bash
Loading

0 comments on commit ca6a596

Please sign in to comment.