Skip to content

Commit

Permalink
fix: add model to cross validation path call (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza authored May 5, 2024
1 parent 46e8129 commit cbce253
Show file tree
Hide file tree
Showing 3 changed files with 2,416 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
run: pip install -e ".[dev]"

- name: Run tests
run: nbdev_test --skip_file_glob "*computing_at_scale*" --skip_file_glob "*distributed*"
run: nbdev_test --skip_file_re "computing_at_scale|distributed" --timing

- name: Run tests with distributed (ubuntu)
if: matrix.os == 'ubuntu-latest'
run: nbdev_test --file_glob "*computing_at_scale*" --file_glob "*distributed*"
run: nbdev_test --file_re "computing_at_scale|distributed" --timing
Loading

0 comments on commit cbce253

Please sign in to comment.