Skip to content

Commit 504fb14

Browse files
committed
Add test steps to conda-build.yml
1 parent 94c1600 commit 504fb14

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,16 @@ jobs:
7676
with:
7777
name: data-validation-wheel-${{ matrix.os }}-py${{ matrix.python-version }}
7878
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+
shell: bash -l {0}
88+
run: |
89+
mkdir -p /tmp/test_dir
90+
cd /tmp/test_dir
91+
pytest --pyargs tensorflow_data_validation

0 commit comments

Comments
 (0)