Skip to content

Commit 53d0fd7

Browse files
Re-enable fgsm_tutorial.py test on Windows (#1470)
Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
1 parent b76d6fc commit 53d0fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/scripts/build_for_windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ if [[ "${CIRCLE_JOB}" == *worker_* ]]; then
4949
python $DIR/remove_runnable_code.py advanced_source/static_quantization_tutorial.py advanced_source/static_quantization_tutorial.py || true
5050
python $DIR/remove_runnable_code.py beginner_source/hyperparameter_tuning_tutorial.py beginner_source/hyperparameter_tuning_tutorial.py || true
5151
python $DIR/remove_runnable_code.py beginner_source/audio_preprocessing_tutorial.py beginner_source/audio_preprocessing_tutorial.py || true
52-
# Temp remove for mnist download issue.
53-
python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true
52+
# Temp remove for mnist download issue. (Re-enabled for 1.8.1)
53+
# python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true
5454

5555
export WORKER_ID=$(echo "${CIRCLE_JOB}" | tr -dc '0-9')
5656
count=0

0 commit comments

Comments
 (0)