Use 80 port on launch

This commit is contained in:
Vladimir Repin 2022-11-14 15:14:52 +03:00
parent 7416ac8d3c
commit 5808241dd7

View file

@ -22,5 +22,5 @@ jobs:
${{ runner.os }}-pip- ${{ runner.os }}-pip-
- name: Run tests - name: Run tests
run: | 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 python launch.py