Commit 226016fc authored by Yuxin Wu's avatar Yuxin Wu

CI: use separate data dir for each job. hopefully makes it less flaky

parent 7731d89d
...@@ -62,4 +62,6 @@ jobs: ...@@ -62,4 +62,6 @@ jobs:
python -c "import tensorflow as tf; print(tf.VERSION, tf.GIT_VERSION)" python -c "import tensorflow as tf; print(tf.VERSION, tf.GIT_VERSION)"
- name: Run Tests - name: Run Tests
env:
TENSORPACK_DATASET: TP_DATA_TF${{ matrix.TF-version }}
run: ./tests/run-tests.sh run: ./tests/run-tests.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment