Skip to content
Prev Previous commit
Update on "unittest_windows_cpu and unittest_windows_gpu"
[ghstack-poisoned]
  • Loading branch information
pbelevich committed Aug 14, 2020
commit 95ca73f13b1940b54d47a69329c9a4a14858343e
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
- conda
- env
- run:
name: Install torchvision
name: Install torchcsprng
command: .circleci/unittest/linux/scripts/install.sh
- run:
name: Run tests
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
- conda
- env
- run:
name: Install torchvision
name: Install torchcsprng
command: docker run -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/install.sh
- run:
name: Run tests
Expand Down