aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-12-25 23:01:02 +0200
committerAarni Koskela <akx@iki.fi>2023-12-30 16:30:49 +0200
commitb621a63cf68c788487684250856707cb352b82d0 (patch)
tree37fc1ce21103832f126ba799fad7ede6cbdd2308 /.github
parentb0f59342346b1c8b405f97c0e0bb01c6ae05c601 (diff)
Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run_tests.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml
index 3dafaf8d..cd5c3f86 100644
--- a/.github/workflows/run_tests.yaml
+++ b/.github/workflows/run_tests.yaml
@@ -20,6 +20,12 @@ jobs:
cache-dependency-path: |
**/requirements*txt
launch.py
+ - name: Cache models
+ id: cache-models
+ uses: actions/cache@v3
+ with:
+ path: models
+ key: "2023-12-30"
- name: Install test dependencies
run: pip install wait-for-it -r requirements-test.txt
env:
@@ -33,6 +39,8 @@ jobs:
TORCH_INDEX_URL: https://download.pytorch.org/whl/cpu
WEBUI_LAUNCH_LIVE_OUTPUT: "1"
PYTHONUNBUFFERED: "1"
+ - name: Print installed packages
+ run: pip freeze
- name: Start test server
run: >
python -m coverage run