add-script-to-convert-label-studio-output-to-annotation #9

Merged
brian merged 5 commits from add-script-to-convert-label-studio-output-to-annotation into main 2025-09-18 23:57:20 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 829cfd2e00 - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
python-version: ${{ vars.PYTHON_VERSION }}
- name: Install uv
run: pip install uv
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
python-version: ${{ vars.PYTHON_VERSION }}
- name: Install uv
run: pip install uv