Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLinde committed Jul 24, 2024
1 parent 38557a8 commit 25fdaa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,253 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/label_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
python -m pip install --upgrade pip
pip install -r ./requirements.txt
working-directory: ./label_export
- name: Export labels
run: python ./export_annotations.py
- name: Export labels with children
run: python ./export_annotations.py --annotations-csv=False --annotations-json=../json_files/annotations_with_children.json --fetch-children=True
working-directory: ./label_export
- name: Export labels without children
run: python ./export_annotations.py --annotations-csv=False --annotations-json=../json_files/annotations.json --fetch-children=False
working-directory: ./label_export
- name: Upload labels JSON
uses: actions/upload-artifact@v4.3.4
Expand Down
197 changes: 0 additions & 197 deletions label_export/annotations.csv

This file was deleted.

Loading

0 comments on commit 25fdaa8

Please sign in to comment.