Skip to content

Commit 6213208

Browse files
committed
temp tests
Signed-off-by: Wenqi Li <[email protected]>
1 parent aad39b2 commit 6213208

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-modified.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: premerge-notebooks
22

33
on:
44
# quick tests of modified notebooks for every pull request
@@ -25,7 +25,10 @@ jobs:
2525
run: |
2626
which python
2727
nvidia-smi
28+
rm -rf ../../MONAI/MONAI
2829
python -m pip install --upgrade pip wheel
30+
pip uninstall -y monai
31+
pip uninstall -y monai
2932
BUILD_MONAI=0 python -m pip install git+https://github.com/Project-MONAI/MONAI#egg=MONAI
3033
python -m pip install -r https://raw.githubusercontent.com/Project-MONAI/MONAI/main/requirements-dev.txt
3134
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)