CI: use CPU wheel repo for PyTorch
This commit is contained in:
parent
dd3ca9adf7
commit
c702010e57
5
.github/workflows/run_tests.yaml
vendored
5
.github/workflows/run_tests.yaml
vendored
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user