Skip to content

Commit e9a633d

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-modified.yml

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

0 commit comments

Comments
 (0)