File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
export PATH=$HOME/miniconda/bin:$PATH
97
97
conda install -y -c ${PYTORCH_CHANNEL} cpuonly future hypothesis ninja numpy pillow pytorch pyyaml psutil protobuf six
98
98
conda install -y -c conda-forge openmp unittest-xml-reporting
99
- IN_CIRCLECI=1 make -C compat-tests macos-compat
99
+ IN_CIRCLECI=1 IN_CI=1 make -C compat-tests macos-compat
100
100
- store_test_results :
101
101
path : pytorch/test/test-reports
102
102
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ DOCKER_BUILD = docker build \
15
15
--build-arg PYTORCH_REF=$(PYTORCH_REF ) \
16
16
--build-arg PYTORCH_CHANNEL=$(PYTORCH_CHANNEL ) \
17
17
.
18
- DOCKER_RUN = set -o pipefail; docker run --rm -it -e IN_CIRCLECI=1 -w /pytorch/test -v "$(PWD ) /test-reports:/pytorch/test/test-reports" compat-test:$@
18
+ DOCKER_RUN = set -o pipefail; docker run --rm -it -e IN_CIRCLECI=1 -e IN_CI=1 -w /pytorch/test -v "$(PWD ) /test-reports:/pytorch/test/test-reports" compat-test:$@
19
19
20
20
.PHONY : ubuntu-16.04
21
21
ubuntu-16.04 : BASE_IMAGE := ubuntu:16.04
You can’t perform that action at this time.
0 commit comments