Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ImportError for IgniteInfo #1747

Merged
merged 23 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor fix
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
  • Loading branch information
KumoLiu committed Oct 29, 2024
commit 62737b847f5aff3c47e69ae64bf88c1a78c59975
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install monai==1.4.0rc12
python -m pip install monai==1.4.0rc11
KumoLiu marked this conversation as resolved.
Show resolved Hide resolved
pip install -r requirements.txt

build:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
run: |
sudo apt-get install openslide-tools -y
python -m pip install --upgrade pip wheel
python -m pip install monai==1.4.0rc12
python -m pip install monai==1.4.0rc11
python -m pip install -r docs/requirements.txt
- name: Make html
run: |
Expand Down