We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a88d6 commit cc485edCopy full SHA for cc485ed
.github/workflows/publish_package.yml
@@ -73,7 +73,7 @@ jobs:
73
74
test-pip-installation:
75
name: Test Comfy CLI Installation via pip
76
- needs: build-n-publish # This job runs after build-n-publish completes successfully
+ needs: build-n-publish-pypi # This job runs after build-n-publish completes successfully
77
runs-on: ubuntu-latest
78
steps:
79
- name: Set up Python
@@ -85,4 +85,4 @@ jobs:
85
run: pip install comfy-cli
86
87
- name: Test Comfy CLI Help
88
- run: comfy --help
+ run: comfy --help
0 commit comments