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
6f464f80
Commit
6f464f80
authored
Oct 06, 2023
by
comfyanonymous
Browse files
Update nightly workflow to python 3.11.6
parent
11b40476
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/windows_release_nightly_pytorch.yml
.github/workflows/windows_release_nightly_pytorch.yml
+2
-2
No files found.
.github/workflows/windows_release_nightly_pytorch.yml
View file @
6f464f80
...
@@ -20,12 +20,12 @@ jobs:
...
@@ -20,12 +20,12 @@ jobs:
persist-credentials
:
false
persist-credentials
:
false
-
uses
:
actions/setup-python@v4
-
uses
:
actions/setup-python@v4
with
:
with
:
python-version
:
'
3.11.
3
'
python-version
:
'
3.11.
6
'
-
shell
:
bash
-
shell
:
bash
run
:
|
run
:
|
cd ..
cd ..
cp -r ComfyUI ComfyUI_copy
cp -r ComfyUI ComfyUI_copy
curl https://www.python.org/ftp/python/3.11.
3
/python-3.11.
3
-embed-amd64.zip -o python_embeded.zip
curl https://www.python.org/ftp/python/3.11.
6
/python-3.11.
6
-embed-amd64.zip -o python_embeded.zip
unzip python_embeded.zip -d python_embeded
unzip python_embeded.zip -d python_embeded
cd python_embeded
cd python_embeded
echo 'import site' >> ./python311._pth
echo 'import site' >> ./python311._pth
...
...
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