File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ 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/
8785
8886 - name : Run tests
8987 shell : bash -l {0}
9088 run : |
9189 mv tensorflow_data_validation tensorflow_data_validation_bak
90+ SITE_DIR=$(python -c "import site; print(site.getsitepackages()[0])")
91+ cp -r tensorflow_data_validation_bak/statistics/generators/testdata $SITE_DIR/tensorflow_data_validation/statistics/generators/
9292 mkdir -p /tmp/test_dir
9393 cd /tmp/test_dir
9494 python -m pytest --pyargs tensorflow_data_validation
You can’t perform that action at this time.
0 commit comments