File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2121 run : |
2222 find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
2323 python -m pip install --upgrade pip wheel wheel-stub
24- pip install --no-build-isolation -r https://raw.githubusercontent.com/Project-MONAI/MONAI/dev/requirements-dev.txt
25- pip install -r requirements.txt
24+ python -m pip install -r requirements.txt
2625 - name : Copyright check
2726 run : |
2827 $(pwd)/runner.sh --no-run --no-checks --copyright
Original file line number Diff line number Diff line change 2121 run : |
2222 find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
2323 python -m pip install --upgrade pip wheel wheel-stub
24- pip install --no-build-isolation -r https://raw.githubusercontent.com/Project-MONAI/MONAI/dev/requirements-dev.txt
25- pip install -r requirements.txt
24+ python -m pip install -r requirements.txt
2625 - name : Guidelines notebook format check
2726 run : |
2827 $(pwd)/runner.sh --no-run --no-checks --cell-standard
Original file line number Diff line number Diff line change 2121 run : |
2222 find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
2323 python -m pip install --upgrade pip wheel wheel-stub
24- pip install --no-build-isolation -r https://raw.githubusercontent.com/Project-MONAI/MONAI/dev/requirements-dev.txt
25- pip install -r requirements.txt
24+ python -m pip install -r requirements.txt
2625 - name : PEP8 check
2726 run : |
2827 $(pwd)/runner.sh --no-run
You can’t perform that action at this time.
0 commit comments