Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
0fc1848e
Commit
0fc1848e
authored
Jan 07, 2023
by
Aarni Koskela
Committed by
GitHub
Jan 07, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Use native actions/setup-python caching
parent
1a5b86ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
.github/workflows/on_pull_request.yaml
.github/workflows/on_pull_request.yaml
+5
-8
No files found.
.github/workflows/on_pull_request.yaml
View file @
0fc1848e
...
@@ -19,22 +19,19 @@ jobs:
...
@@ -19,22 +19,19 @@ jobs:
-
name
:
Checkout Code
-
name
:
Checkout Code
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
-
name
:
Set up Python
3.10
-
name
:
Set up Python
3.10
uses
:
actions/setup-python@v
3
uses
:
actions/setup-python@v
4
with
:
with
:
python-version
:
3.10.6
python-version
:
3.10.6
-
uses
:
actions/cache@v2
cache
:
pip
with
:
cache-dependency-path
:
|
path
:
~/.cache/pip
**/requirements*txt
key
:
${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys
:
|
${{ runner.os }}-pip-
-
name
:
Install PyLint
-
name
:
Install PyLint
run
:
|
run
:
|
python -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install pylint
pip install pylint
# This lets PyLint check to see if it can resolve imports
# This lets PyLint check to see if it can resolve imports
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
export COMMANDLINE_ARGS="--skip-torch-cuda-test --exit"
export COMMANDLINE_ARGS="--skip-torch-cuda-test --exit"
python launch.py
python launch.py
-
name
:
Analysing the code with pylint
-
name
:
Analysing the code with pylint
...
...
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