Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 3119e17

Browse files
committed
fix: cleanup and add workflow cmd
1 parent abc88ea commit 3119e17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
run: |
5252
source venv/bin/activate
5353
emd
54+
emd version
55+
emd list-supported-models
5456
5557
- name: Upload wheel artifact
5658
uses: actions/upload-artifact@v4

src/emd/models/custom/custom_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
description="Custom model running in Docker container",
3737
need_prepare_model=False,
3838
)
39-
)
39+
)

0 commit comments

Comments
 (0)