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 9c9a685Copy full SHA for 9c9a685
.github/workflows/test-modified.yml
@@ -25,7 +25,14 @@ jobs:
25
run: |
26
which python
27
nvidia-smi
28
+ pwd
29
+ ls -al .
30
+ echo 'folder'
31
+ ls -al ../../MONAI
32
python -m pip install --upgrade pip wheel
33
+ pip uninstall -y monai
34
35
36
BUILD_MONAI=0 python -m pip install git+https://github.com/Project-MONAI/MONAI#egg=MONAI
37
python -m pip install -r https://raw.githubusercontent.com/Project-MONAI/MONAI/main/requirements-dev.txt
38
- uses: actions/checkout@v3
0 commit comments