Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
stable-diffusion-webui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
stable-diffusion-webui
Commits
a7787397
Unverified
Commit
a7787397
authored
Jan 07, 2023
by
Aarni Koskela
Committed by
GitHub
Jan 07, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
... also for tests.
parent
0fc1848e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
run_tests.yaml
.github/workflows/run_tests.yaml
+3
-5
No files found.
.github/workflows/run_tests.yaml
View file @
a7787397
...
...
@@ -14,11 +14,9 @@ jobs:
uses
:
actions/setup-python@v4
with
:
python-version
:
3.10.6
-
uses
:
actions/cache@v3
with
:
path
:
~/.cache/pip
key
:
${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys
:
${{ runner.os }}-pip-
cache
:
pip
cache-dependency-path
:
|
**/requirements*txt
-
name
:
Run tests
run
:
python launch.py --tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
-
name
:
Upload main app stdout-stderr
...
...
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