Skip to content

Commit 1ece8a5

Browse files
7982-fix-ci-issue (#7983)
Fixes #7982 ### Description A few sentences describing the changes proposed in this pull request. ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: Yiheng Wang <[email protected]> Signed-off-by: YunLiu <[email protected]> Co-authored-by: YunLiu <[email protected]>
1 parent 139b62c commit 1ece8a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
key: ${{ runner.os }}-pip-${{ steps.pip-cache.outputs.datew }}
150150
- name: Install dependencies
151151
run: |
152+
find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
152153
python -m pip install --user --upgrade pip setuptools wheel twine
153154
# install the latest pytorch for testing
154155
# however, "pip install monai*.tar.gz" will build cpp/cuda with an isolated

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ black>=22.12
2121
isort>=5.1
2222
ruff
2323
pytype>=2020.6.1; platform_system != "Windows"
24-
types-pkg_resources
24+
types-setuptools
2525
mypy>=1.5.0
2626
ninja
2727
torchvision

0 commit comments

Comments
 (0)