We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0a561 commit 838c613Copy full SHA for 838c613
1 file changed
.github/workflows/conda-build.yml
@@ -82,6 +82,8 @@ jobs:
82
python -m pip install "protobuf==6.31.1" --force-reinstall
83
python -m pip install dist/*.whl --no-deps
84
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/
87
88
- name: Run tests
89
shell: bash -l {0}
0 commit comments