Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu committed Jun 21, 2024
1 parent 46a27b1 commit 15b1981
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev_requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git+https://github.com/supervisely/supervisely.git@workflow+versions
3 changes: 3 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ def download(project: sly.Project) -> str:
download_dir = download(project)
sly.output.set_download(download_dir)
sly.logger.info("Archive uploaded and ready for download.")
api.app.add_input_project(project)
file_id = api.file.get_info_by_path(download_dir).id
api.app.add_output_file(file_id)

0 comments on commit 15b1981

Please sign in to comment.