Skip to content

Commit 021bf49

Browse files
YanxuanLiuwyli
andauthored
Test premerge (#5514)
simpler integration tests ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: Wenqi Li <wenqil@nvidia.com> Co-authored-by: Wenqi Li <wenqil@nvidia.com>
1 parent ec90edc commit 021bf49

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/setupapp.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coverage-py3:
2424
if: github.repository == 'Project-MONAI/MONAI'
2525
container:
26-
image: nvcr.io/nvidia/pytorch:22.08-py3 # CUDA 11.7
26+
image: nvcr.io/nvidia/pytorch:22.04-py3
2727
options: --gpus all
2828
runs-on: [self-hosted, linux, x64, integration]
2929
steps:
@@ -45,9 +45,7 @@ jobs:
4545
run: |
4646
which python
4747
python -m pip install --upgrade pip wheel
48-
python -m pip uninstall -y torch torchvision
49-
rm -rf $(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")/ruamel*
50-
python -m pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
48+
python -m pip install --upgrade torch torchvision
5149
python -m pip install -r requirements-dev.txt
5250
- name: Run unit tests report coverage
5351
run: |

0 commit comments

Comments
 (0)