File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
3737 # with:
3838 # repository_url: https://test.pypi.org/legacy/
3939
40- - name : Clear pip cache
41- run : pip cache purge
42-
43- - name : Install Comfy CLI from Test Pypi and Test
44- run : |
45- for i in {1..3}; do
46- pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple comfy-cli==${{env.VERSION}} && break || sleep 5
47- done
48- comfy --help
40+ # - name: Clear pip cache
41+ # run: pip cache purge
42+
43+ # - name: Install Comfy CLI from Test Pypi and Test
44+ # run: |
45+ # for i in {1..3}; do
46+ # pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple comfy-cli==${{env.VERSION}} && break || sleep 5
47+ # done
48+ # comfy --help
4949
5050 - name : Publish distribution to Official PyPI
5151 uses : pypa/gh-action-pypi-publish@v1.8.14
You can’t perform that action at this time.
0 commit comments