Skip to content

Commit e3384a6

Browse files
committed
Remove Unneeded Installations
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent a96e886 commit e3384a6

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/copyright.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
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

.github/workflows/guidelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
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

.github/workflows/pep8.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)