diff options
author | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2022-11-14 12:14:52 +0000 |
---|---|---|
committer | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2022-11-14 12:14:52 +0000 |
commit | 5808241dd76983212ab8e27b07f72866671f0b2d (patch) | |
tree | 7762571179a97da72443831fc224a271c9fdd041 /.github/workflows | |
parent | 7416ac8d3cadcc6a53bbcc41e1cd184fa1587afd (diff) | |
download | stable-diffusion-webui-gfx803-5808241dd76983212ab8e27b07f72866671f0b2d.tar.gz stable-diffusion-webui-gfx803-5808241dd76983212ab8e27b07f72866671f0b2d.tar.bz2 stable-diffusion-webui-gfx803-5808241dd76983212ab8e27b07f72866671f0b2d.zip |
Use 80 port on launch
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/run_tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index f3048681..223a31b9 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -22,5 +22,5 @@ jobs: ${{ runner.os }}-pip- - name: Run tests run: | - export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test" + export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test --port 80" python launch.py |