Skip to content

Commit 9c9a685

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-modified.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,14 @@ jobs:
2525
run: |
2626
which python
2727
nvidia-smi
28+
pwd
29+
ls -al .
30+
echo 'folder'
31+
ls -al ../../MONAI
2832
python -m pip install --upgrade pip wheel
33+
pip uninstall -y monai
34+
pip uninstall -y monai
35+
pip uninstall -y monai
2936
BUILD_MONAI=0 python -m pip install git+https://github.com/Project-MONAI/MONAI#egg=MONAI
3037
python -m pip install -r https://raw.githubusercontent.com/Project-MONAI/MONAI/main/requirements-dev.txt
3138
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)