Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit bfa9819

Browse files
committed
Updaet cache script
1 parent 1203dc1 commit bfa9819

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/unittest/linux/scripts/generate_cache.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ set -e
55
eval "$(./conda/bin/conda shell.bash hook)"
66
conda activate ./env
77

8-
python -m test.common.cache_utils
8+
cd test
9+
python -m torchtext_unittest.common.cache_utils

.circleci/unittest/windows/scripts/generate_cache.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ set -e
55
eval "$(./conda/Scripts/conda.exe 'shell.bash' 'hook')"
66
conda activate ./env
77

8-
python -m test.common.cache_utils
8+
cd test
9+
python -m torchtext_unittest.common.cache_utils

0 commit comments

Comments
 (0)