We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c1600 commit 504fb14Copy full SHA for 504fb14
1 file changed
.github/workflows/conda-build.yml
@@ -76,3 +76,16 @@ jobs:
76
with:
77
name: data-validation-wheel-${{ matrix.os }}-py${{ matrix.python-version }}
78
path: dist/*.whl
79
+
80
+ - name: Install wheel and dependencies
81
+ shell: bash -l {0}
82
+ run: |
83
+ python -m pip install dist/*.whl
84
+ python -m pip install pytest
85
86
+ - name: Run tests
87
88
89
+ mkdir -p /tmp/test_dir
90
+ cd /tmp/test_dir
91
+ pytest --pyargs tensorflow_data_validation
0 commit comments