Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
451fb416
"vscode:/vscode.git/clone" did not exist on "3bc7670f8a905cca7da8bd38784d704cfa66abec"
Commit
451fb416
authored
May 23, 2023
by
comfyanonymous
Browse files
Fix 'git pull' not working on the standalones.
parent
34887b88
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.github/workflows/windows_release_cu118_package.yml
.github/workflows/windows_release_cu118_package.yml
+1
-0
.github/workflows/windows_release_nightly_pytorch.yml
.github/workflows/windows_release_nightly_pytorch.yml
+1
-0
No files found.
.github/workflows/windows_release_cu118_package.yml
View file @
451fb416
...
@@ -30,6 +30,7 @@ jobs:
...
@@ -30,6 +30,7 @@ jobs:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
persist-credentials
:
false
-
shell
:
bash
-
shell
:
bash
run
:
|
run
:
|
cd ..
cd ..
...
...
.github/workflows/windows_release_nightly_pytorch.yml
View file @
451fb416
...
@@ -17,6 +17,7 @@ jobs:
...
@@ -17,6 +17,7 @@ jobs:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
persist-credentials
:
false
-
uses
:
actions/setup-python@v4
-
uses
:
actions/setup-python@v4
with
:
with
:
python-version
:
'
3.11.3'
python-version
:
'
3.11.3'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment