Skip to content

Commit

Permalink
fix: update distributed to computing at scale (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza authored May 5, 2024
1 parent 7f71332 commit 46e8129
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 --skip_file_glob "*computing_at_scale*" --skip_file_glob "*distributed*"

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

0 comments on commit 46e8129

Please sign in to comment.