Skip to content

Commit

Permalink
update glob
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Jul 15, 2024
1 parent 08534c6 commit 16c6207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: pip install ./

- name: Run local tests
run: nbdev_test --n_workers 0 --do_print --timing --skip_file_glob "(distributed|electricity)" --flags 'polars'
run: nbdev_test --n_workers 0 --do_print --timing --skip_file_glob "*(distributed|electricity)*" --flags 'polars'

run-windows-tests:
runs-on: windows-latest
Expand Down

0 comments on commit 16c6207

Please sign in to comment.