Skip to content

Commit

Permalink
disable multiproc
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Apr 30, 2024
1 parent ff9c9c5 commit f99d4e0
Showing 1 changed file with 2 additions and 2 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 "*distributed*"
run: nbdev_test --n_workers 0 --skip_file_glob "*distributed*"

- name: Run tests with distributed (ubuntu)
if: matrix.os == 'ubuntu-latest'
run: nbdev_test --file_glob "*distributed*"
run: nbdev_test --n_workers 0 --file_glob "*distributed*"

0 comments on commit f99d4e0

Please sign in to comment.