Skip to content

Commit

Permalink
Merge pull request #186 from nabenabe0928/hotfix-ci
Browse files Browse the repository at this point in the history
Fix CI by adding a version constraint
  • Loading branch information
y0z authored Dec 20, 2024
2 parents 05006b3 + cf3f8d3 commit f23ff1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ jobs:
uses: ./.github/workflows/checks_template.yml
with:
integration_name: 'skorch'
extra_cmds: pip install torch
# TODO: Remove the version constraint once https://github.com/uber/causalml/issues/808 is resolved.
extra_cmds: pip install torch "scikit-learn<1.6.0"
deprecated: false

tensorboard:
Expand Down

0 comments on commit f23ff1d

Please sign in to comment.