We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c58c2 commit e7bfcc0Copy full SHA for e7bfcc0
1 file changed
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install built wheel
30
shell: bash
31
run: |
32
- pip install dist/*.whl['test']
+ pip install --find-links ./dist tensorflow-data-validation[test]
33
34
- name: Run Test
35
0 commit comments