Skip to content

Commit f4a1728

Browse files
authored
Merge pull request #50 from SonanceAI/feat/rgb-segmentations
Refactor AnnotationAPIHandler for improved segmentation handling and ability to handle rgb segmentations
2 parents 59f0e86 + 7bd2210 commit f4a1728

3 files changed

Lines changed: 234 additions & 150 deletions

File tree

.github/workflows/run_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
# Fail fast to save CI resources
2323
fail-fast: true
2424
matrix:
25-
os: [ubuntu-latest, macos-latest, windows-latest]
26-
python-version: ["3.10", "3.12"]
25+
os: ${{ github.event_name == 'pull_request' && fromJSON('["ubuntu-latest"]') || fromJSON('["ubuntu-latest", "macos-latest", "windows-latest"]') }}
26+
python-version: ${{ github.event_name == 'pull_request' && fromJSON('["3.10"]') || fromJSON('["3.10", "3.12"]') }}
2727

2828
steps:
2929
- name: Checkout code

0 commit comments

Comments
 (0)