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
7bd3defc
Commit
7bd3defc
authored
Mar 16, 2023
by
comfyanonymous
Browse files
Fix github action so it actually uses my cached deps.
parent
bf1dc1d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/windows_release_cu118.yml
.github/workflows/windows_release_cu118.yml
+4
-4
No files found.
.github/workflows/windows_release_cu118.yml
View file @
7bd3defc
...
@@ -24,15 +24,15 @@ jobs:
...
@@ -24,15 +24,15 @@ jobs:
path
:
cu118_python_deps.tar
path
:
cu118_python_deps.tar
key
:
${{ runner.os }}-build-cu118
key
:
${{ runner.os }}-build-cu118
-
if
:
${{
steps.cache-cu118_python_stuff.cache-hit != 'true'
}}
-
if
:
steps.cache-cu118_python_stuff.
outputs.
cache-hit != 'true'
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
-
if
:
${{
steps.cache-cu118_python_stuff.cache-hit != 'true'
}}
-
if
:
steps.cache-cu118_python_stuff.
outputs.
cache-hit != 'true'
uses
:
actions/setup-python@v4
uses
:
actions/setup-python@v4
with
:
with
:
python-version
:
'
3.10.9'
python-version
:
'
3.10.9'
-
if
:
${{
steps.cache-cu118_python_stuff.cache-hit != 'true'
}}
-
if
:
steps.cache-cu118_python_stuff.
outputs.
cache-hit != 'true'
uses
:
comfyanonymous/cuda-toolkit@test
uses
:
comfyanonymous/cuda-toolkit@test
id
:
cuda-toolkit
id
:
cuda-toolkit
with
:
with
:
...
@@ -51,7 +51,7 @@ jobs:
...
@@ -51,7 +51,7 @@ jobs:
shell
:
bash
shell
:
bash
run
:
rm /usr/bin/link
run
:
rm /usr/bin/link
-
if
:
${{
steps.cache-cu118_python_stuff.cache-hit != 'true'
}}
-
if
:
steps.cache-cu118_python_stuff.
outputs.
cache-hit != 'true'
shell
:
bash
shell
:
bash
run
:
|
run
:
|
python -m pip wheel --no-cache-dir torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 -r requirements.txt pygit2 -w ./temp_wheel_dir
python -m pip wheel --no-cache-dir torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 -r requirements.txt pygit2 -w ./temp_wheel_dir
...
...
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