Skip to content

Commit 838c613

Browse files
committed
Copy testdata to installed package in CI
1 parent 6c0a561 commit 838c613

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
python -m pip install "protobuf==6.31.1" --force-reinstall
8383
python -m pip install dist/*.whl --no-deps
8484
python -m pip install pytest
85+
SITE_DIR=$(python -c "import site; print(site.getsitepackages()[0])")
86+
cp -r tensorflow_data_validation_bak/statistics/generators/testdata $SITE_DIR/tensorflow_data_validation/statistics/generators/
8587
8688
- name: Run tests
8789
shell: bash -l {0}

0 commit comments

Comments
 (0)