Skip to content

Commit

Permalink
Update publish_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 authored May 9, 2024
1 parent e2a88d6 commit cc485ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

test-pip-installation:
name: Test Comfy CLI Installation via pip
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
runs-on: ubuntu-latest
steps:
- name: Set up Python
Expand All @@ -85,4 +85,4 @@ jobs:
run: pip install comfy-cli

- name: Test Comfy CLI Help
run: comfy --help
run: comfy --help

0 comments on commit cc485ed

Please sign in to comment.