Skip to content

Commit e7bfcc0

Browse files
committed
fix test call
1 parent 69c58c2 commit e7bfcc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install built wheel
3030
shell: bash
3131
run: |
32-
pip install dist/*.whl['test']
32+
pip install --find-links ./dist tensorflow-data-validation[test]
3333
3434
- name: Run Test
3535
run: |

0 commit comments

Comments
 (0)