Skip to content

Commit

Permalink
update dep test
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli committed Jun 25, 2024
1 parent 8645459 commit cd47ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/premerge-py-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install the dependencies
run: |
python -m pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
python -m pip install monai
python -m pip install monai pyyaml
python -m pip list
shell: bash
- name: Run quick tests (CPU ${{ runner.os }})
Expand Down

0 comments on commit cd47ab9

Please sign in to comment.