File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
python -m pip freeze
37
37
python -c 'import tensorflow as tf; print(tf.version.VERSION)'
38
38
python -c 'import tensorflow_io as tfio; print(tfio.version.VERSION)'
39
- python -m pytest --benchmark-only -v --import-mode=append $(find . -type f \( -iname "test_*_v1 .py" ! \( -iname "test_bigquery.py" \) \))
39
+ python -m pytest --benchmark-only -v --import-mode=append $(find . -type f \( -iname "test_*.py" ! \( -iname "test_*_v1.py" -o -iname "test_bigquery.py" \) \))
40
40
41
41
linux :
42
42
name : Linux ${{ matrix.python }} + ${{ matrix.version }}
70
70
python -m pip freeze
71
71
python -c 'import tensorflow as tf; print(tf.version.VERSION)'
72
72
python -c 'import tensorflow_io as tfio; print(tfio.version.VERSION)'
73
- python -m pytest --benchmark-only --benchmark-json benchmark.json -v --import-mode=append $(find . -type f \( -iname "test_*_v1 .py" ! \( -iname "test_bigquery.py" \) \))
73
+ python -m pytest --benchmark-only --benchmark-json benchmark.json -v --import-mode=append $(find . -type f \( -iname "test_*.py" ! \( -iname "test_*_v1.py" -o -iname "test_bigquery.py" \) \))
74
74
- name : Store benchmark result
75
75
uses : rhysd/github-action-benchmark@v1
76
76
with :
You can’t perform that action at this time.
0 commit comments