Skip to content

Commit

Permalink
test get list
Browse files Browse the repository at this point in the history
Signed-off-by: Yiheng Wang <[email protected]>
  • Loading branch information
yiheng-wang-nv committed Jan 25, 2024
1 parent e527480 commit 47c6752
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/premerge-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,23 @@ concurrency:
cancel-in-progress: true

jobs:
get-list:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
premerge-cpu:
needs: get-list
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.8
- name: cache weekly timestamp
id: pip-cache
run: |
Expand Down
3 changes: 2 additions & 1 deletion models/valve_landmarks/configs/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220729.json",
"version": "0.5.0",
"version": "0.5.1",
"changelog": {
"0.5.1": "for debug",
"0.5.0": "Fix transform usage",
"0.4.3": "README.md fix",
"0.4.2": "add name tag",
Expand Down

0 comments on commit 47c6752

Please sign in to comment.