Skip to content

Commit

Permalink
Merge pull request #109 from iree-org/ci
Browse files Browse the repository at this point in the history
Towards re-enabling nightly
  • Loading branch information
jpienaar committed Mar 7, 2023
2 parents 8eb3337 + 3718dde commit c5f57ec
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions tflitehub/bird_classifier_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import numpy
Expand Down
1 change: 1 addition & 0 deletions tflitehub/lightning_i8_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import numpy
Expand Down
1 change: 1 addition & 0 deletions tflitehub/magenta_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import numpy
Expand Down
1 change: 0 additions & 1 deletion tflitehub/mobilebert_edgetpu_s_float_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import numpy
Expand Down
1 change: 0 additions & 1 deletion tflitehub/mobilebert_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion tflitehub/mobilebert_tf2_float_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion tflitehub/mobilebert_tf2_quant_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import numpy as np
Expand Down
1 change: 1 addition & 0 deletions tflitehub/mobilenet_ssd_quant_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import numpy
Expand Down
1 change: 1 addition & 0 deletions tflitehub/mobilenet_v2_uint8_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import imagenet_test_data
Expand Down
1 change: 1 addition & 0 deletions tflitehub/ssd_mobilenet_v1_uint8_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import coco_test_data
Expand Down
1 change: 1 addition & 0 deletions tflitehub/visual_wake_words_i8_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RUN: %PYTHON %s
# XFAIL: *

import absl.testing
import numpy
Expand Down

0 comments on commit c5f57ec

Please sign in to comment.