Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
  • Loading branch information
KumoLiu committed Oct 8, 2024
1 parent f17b2c4 commit fe4a78d
Showing 1 changed file with 2 additions and 2 deletions.
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
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

0 comments on commit fe4a78d

Please sign in to comment.