Skip to content

Commit

Permalink
Ignore CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanthini10 committed Oct 15, 2020
1 parent 8d9f2ee commit 940c070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Run examples
run: |
if [ ${{ matrix.python-version }} = 3.8 ]; then
IGNORES='chainermn_.*|dask_ml_.*|keras_.*|tensorboard_.*|tensorflow_.*|tfkeras_.*|fastai_.*|allennlp|rapids_*'
IGNORES='chainermn_.*|dask_ml_.*|keras_.*|tensorboard_.*|tensorflow_.*|tfkeras_.*|fastai_.*|allennlp|rapids_.*'
else
IGNORES='chainermn_.*|rapids_*'
IGNORES='chainermn_.*|rapids_.*'
fi
for file in `find examples -name '*.py' -not -name '*_distributed.py' | grep -vE "$IGNORES"`
Expand Down

0 comments on commit 940c070

Please sign in to comment.