We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad39b2 commit 6213208Copy full SHA for 6213208
.github/workflows/test-modified.yml
@@ -1,4 +1,4 @@
1
-name: build
+name: premerge-notebooks
2
3
on:
4
# quick tests of modified notebooks for every pull request
@@ -25,7 +25,10 @@ jobs:
25
run: |
26
which python
27
nvidia-smi
28
+ rm -rf ../../MONAI/MONAI
29
python -m pip install --upgrade pip wheel
30
+ pip uninstall -y monai
31
32
BUILD_MONAI=0 python -m pip install git+https://github.com/Project-MONAI/MONAI#egg=MONAI
33
python -m pip install -r https://raw.githubusercontent.com/Project-MONAI/MONAI/main/requirements-dev.txt
34
- uses: actions/checkout@v3
0 commit comments