diff options
author | Aarni Koskela <akx@iki.fi> | 2023-05-11 07:36:10 +0000 |
---|---|---|
committer | Aarni Koskela <akx@iki.fi> | 2023-05-11 08:57:46 +0000 |
commit | c702010e575d68fff0b3e640e10b6e750513b5a8 (patch) | |
tree | efa3adf70bc93f729a89bd31698c6dcf0ae7a5da /.github | |
parent | dd3ca9adf7077cb7209b31fd16a40deffc4948ca (diff) | |
download | stable-diffusion-webui-gfx803-c702010e575d68fff0b3e640e10b6e750513b5a8.tar.gz stable-diffusion-webui-gfx803-c702010e575d68fff0b3e640e10b6e750513b5a8.tar.bz2 stable-diffusion-webui-gfx803-c702010e575d68fff0b3e640e10b6e750513b5a8.zip |
CI: use CPU wheel repo for PyTorch
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/run_tests.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 9a0b8d22..58bc4770 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -19,6 +19,11 @@ jobs: **/requirements*txt - name: Run tests run: python launch.py --tests test --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test + env: + PIP_DISABLE_PIP_VERSION_CHECK: "1" + PIP_PROGRESS_BAR: "off" + TORCH_INDEX_URL: https://download.pytorch.org/whl/cpu + WEBUI_LAUNCH_LIVE_OUTPUT: "1" - name: Upload main app stdout-stderr uses: actions/upload-artifact@v3 if: always() |